Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Qt widget to browse the hierarchy of widgets in an app (similar to Spy++)?

Tags:

widget

qt

spy++

We've got an app with a complex hierarchy of widgets and I want to be able to browse this hierarchy, view and edit properties (such as size) in a similar manner to Spy++. It doesn't need to be running in an external app, if there is a widget that can display this information. So the question is, does such a mythical beast exist?

like image 440
the_mandrill Avatar asked Oct 14 '25 03:10

the_mandrill


1 Answers

you can use Gammaray for spy Widget and signal slot and timers and resource and etc. Gammaray is very powerfull tool for spy Qt Application

like image 147
khani_mahdi Avatar answered Oct 17 '25 22:10

khani_mahdi