Re: [Development] Qt5.5 accessibility of QLineEdit and QTextEdit

2015-09-29 Thread Saether Jan-Arve
-project.org på vegne av germano carella Sendt: 18. september 2015 21:49 Til: development@qt-project.org Emne: [Development] Qt5.5 accessibility of QLineEdit and QTextEdit Hi to all, I'm a blind developer. I'm writing a Qt5 app in python, with PyQt5 framework. QLineEdit and QTextEdit doesn&#

Re: [Development] Qt5.5 accessibility of QLineEdit and QTextEdit

2015-09-28 Thread Robert Iakobashvili
FYI, QTBUG-43046 - iOS: Accessibility for QTextEdit, QComboBox, Etc. with VoiceOver Isn't Working QTBUG-45980 QTextEdit and QLineEdit - Windows Speech Recognition (WSR) Words-Related Commands Not Working Regards, Robert On Mon, Sep 28, 2015 at 10:16 PM, Frederik Gladhorn wrote: > Hello German

Re: [Development] Qt5.5 accessibility of QLineEdit and QTextEdit

2015-09-28 Thread Frederik Gladhorn
Hello Germano, which platform are you on and how do you get Qt (packages/build yourself)? In general QWidgets like QLineEdit and QTextEdit should work on all platforms. It would be great if you could try C++ examples, if they work, it might be something with the bindings. Cheers, Frederik On F

[Development] Qt5.5 accessibility of QLineEdit and QTextEdit

2015-09-18 Thread germano carella
Hi to all, I'm a blind developer. I'm writing a Qt5 app in python, with PyQt5 framework. QLineEdit and QTextEdit doesn't work with screen reading software. Screen reader won't read characters and words. By pressing arrow keys it is silent. I tried to change font, but nothing. There are any way to m