Jump to content

Get Text from qWidget in Google Earth with Qt Toolkit


Recommended Posts

How can I get text from a qWidget control?

Google Earth, for instance, uses the Qt library to build its interface. All controls are of the type qWidget.

When I try to get the text of a label, for instance, AutoIt3 seems to give me some sort of variable name instead of the label's text.

This:

ControlGetText("Google Earth - New Placemark","","QWidget185")

Should return a longitude number, like this:

12°20'55.12"E

Instead, it returns this:

mLongitude

This is how all qWidgets are.

Is there a solution?

Thank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...