gammaray

Inspect and debug Qt application internals at runtime.

brewmacoslinux
Try with needOr install directly
Source

About

Examine and manipulate Qt application internals at runtime

Commands

gammaray

Examples

inspect Qt application properties and widget hierarchy$ gammaray myapp
debug signal and slot connections in Qt apps$ gammaray --help
examine object properties and memory usage of running Qt program$ gammaray -p $(pgrep myapp)
profile rendering and find performance issues in Qt UI$ gammaray --listen tcp://127.0.0.1:11732
inspect Qt models data and view state interactively$ gammaray myapp --platform offscreen