PDA

View Full Version : How to add accessible support for widgets?



Simon
27th April 2009, 07:08
I want do some accessible works for my QT application, it include standard widget and my customize widgets.
I have 2 questions as follow:
1. Is standard widget implement the QAccessibleInterface?
2. If I want implement QAccessibleInterface, how to do that? I see it have a sample code in help document, but it seems it have issue when do installFactory. so, is anyone have experience for that?

spirit
28th April 2009, 08:36
maybe this (http://doc.trolltech.com/qq/qq24-accessibility.html) can help you.

Simon
6th May 2009, 02:55
thanks spirit :)

I know QT support MSAA in windows use the accessible plugin. But which one know if QT can support UIAutomation? I my investigation, QT controls not return the right control patterns.:confused: