c++ - Identify Controls Name/ID in QT app on Linux -
i testing qt app on redhat linux , many of controls have graphic , not text. on windows use spy++ id/name of control not sure use on linux , have not been able find answer on google.
i able say: on screen xyz button project.com.modulename.buttonname - missing caption, not x expected. should have caption blah , should xyz.
what options find name of button without going source?
on windows use spy++ id/name of control
not really. or, rather, perhaps in ancient code still uses winapi controls. on modern code, spy++ next useless. you'd need specialized tools wpf , qt applications.
alas, you're not looking spy++, testing application. froglogic's squish go-to tool this, i'd think.
Comments
Post a Comment