
QSpy
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Development tool.
Open-source tool for "spying" Qt 4 based applications objects. Support object trees and property viewer.
It is possible to view compiled Qt4 applications Object Trees and Objects Properties.
NOTE: Currently LINUX supported only.
You can see it in action at http://www.youtube.com/watch?v=oVyXfiVyJDg
How to use:
$ qmake
$ cd ./bin
$ qspy // FOR GRAPHICS
$ ./martlet qt_executable.bin // CONSOLE
Planned Features:
* Windows support. (HELP needed)
* Runtime property editing.
10 years ago
First implementation.
Project setup.
10 years ago
First implementation.
Project setup.
Chugaister
8 years ago
Please check out Martlet at https://github.com/sashao/martlet
Report
xinxinwl
8 years ago
very useful, thank you
Report
break1
9 years ago
Report
Chugaister
10 years ago
If you are getting "cant open display" or something similar - try to execute "xhost +"
Report
Chugaister
10 years ago
Into its main QApplication thread.
Report
Chugaister
10 years ago
Report