[Qt-interest] ldtp with qt
David Boddie
david.boddie at nokia.com
Mon Jan 5 18:49:31 CET 2009
Görög Veronika wrote:
> Can I test Qt-based applications with ldtp?
>
> I have read some info on the net:
> http://www.mail-archive.com/ldtp-dev@lists.freedesktop.org/msg00322.html.
There is some more information in another message on that mailing list:
http://lists.freedesktop.org/archives/ldtp-dev/2008-November/000743.html
It refers to this announcement:
http://lists.kde.org/?l=kde-accessibility&m=122754243721567&w=2
> But as I know there is an accessibility library already from Qt 4.0:
> http://doc.trolltech.com/4.0/qt4-accessibility.html
>
> Can somebody please help, how can I use or try it?
You can enable it for any application that is using an accessible build of
Qt (it must have been configured with the -accessibility option instead of
the -no-accessibility option) by setting the QT_ACCESSIBILITY environment
variable to 1 in the environment when launching the application, like this:
export QT_ACCESSIBILITY=1
examples/widgets/lineedits/lineedits
Testing the accessibility is another matter. Maybe take a look at this page
to get started:
http://labs.trolltech.com/page/Projects/Accessibility/IAPoke
Hope this helps a little. Feel free to ask if you need more advice.
David
--
David Boddie
Senior Technical Writer
Nokia, Qt Software
More information about the Qt-interest-old
mailing list