qUser4eva Posted January 23, 2008 Posted January 23, 2008 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"EInstead, it returns this:mLongitudeThis is how all qWidgets are.Is there a solution?Thank you.
qUser4eva Posted January 24, 2008 Author Posted January 24, 2008 (edited) Is there not a better alternative to OCR'ing it?! Edited January 24, 2008 by qUser4eva
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now