KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.6k stars 282 forks source link

Qt widgets tab inspector does not exist #966

Closed boykely closed 5 months ago

boykely commented 6 months ago

Hello, I have used Qt 5.15 and the last release tag. I got the qt widgets tab inspector. But since I move to Qt 6.6.2, I only have "Messages,Meta Objects,Meta types,Objects,Problems,Resources" tab. Is there something I have missed ? Thanks!

Waqar144 commented 6 months ago

yes, check for gammaray_widgetinspector_plugin.so (linux) file in your build/install directory. This plugin provides widget inspection support and if its not there you won't be able to inspect widgets.

If it exists, then more debugging is needed.