Cannot identify QT application object

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
backwood123
Posts: 5
Joined: Mon Aug 04, 2014 4:50 am

Cannot identify QT application object

Post by backwood123 » Fri Sep 26, 2014 10:24 am

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Cannot identify QT application object

Post by Support Team » Mon Sep 29, 2014 2:17 pm

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