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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -