Page 1 of 1

Cannot identify QT application object

Posted: Fri Sep 26, 2014 10:24 am
by backwood123
Hi,

I am trying to automate an application. When I tried to Spy on it, a warning message popped up and told me to follow the instruction. I did that two steps and the same warning message saying the same thing popped up again.

I wonder if I followed the instruction correctly. What is "Copy the 'accessible' directory"? I copy the whole accessible folder to the application folder, it that enough?

How do I know if accessibility is implemented for the QT applications.

Thanks a lot!
Linda

Re: Cannot identify QT application object

Posted: Mon Sep 29, 2014 2:17 pm
by Support Team
Hi Linda,
What is "Copy the 'accessible' directory"?
As stated within our User Guide, copy the ‘accessible’ directory from the Qt SDK to the plugins folder of your application. There are no additional files needed.
How do I know if accessibility is implemented for the QT applications.
QT implements accessibility for its own widgets. I am afraid that you have to implement the accessibility on your own in order to enable object recognition for custom controls

Regards,
Robert