Re: [orca-list] Reading QT apps with Orca



Howdy,

I was just wondering if any progress has been made with QT apps, or is this still necessary in order to get them to read?

in fact there has been some progress. For QT5 qt-at-spi is not needed. QT5 works just out of the box. you just have to set an environment variable to tell QT5 to expose the accessibility information.

For QT4 the qt-at-spi bridge is still needed.

here the needed environment variables for your bashrc or something (QT4 and QT5)
# code start
QT_ACCESSIBILITY=1
QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
export QT_ACCESSIBILITY QT_LINUX_ACCESSIBILITY_ALWAYS_ON
# code end

i hope this helps.

cheers chrys

Zitat von Cory Samaha via orca-list <orca-list gnome org>:

Hi all,
I was listening to a tutorial series a while back and in order for Orca to read QT programs it was necessary to install a package called qt-at-spi. Then you had to modify one of the default profile files and set the flag in order to get it to work. I was just wondering if any progress has been made with QT apps, or is this still necessary in order to get them to read? Thanks, and apologies again for the elementary questions.
_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]