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=oVyXfiVyJDgHow to use:$ qmake$ cd ./bin$ qspy // FOR GRAPHICS$ ./martlet qt_executable.bin // CONSOLEPlanned Features:* Windows support. (HELP needed)* Runtime property editing.
Ratings & Comments
6 Comments
This code is very outdated Please check out Martlet at https://github.com/sashao/martlet
After I use 'xhost +' it works. very useful, thank you
NOT WORKING FAKE
Here we used LD_PRELOAD technique for injecting our code into applications. If you are getting "cant open display" or something similar - try to execute "xhost +"
I need a good advice how to inject my dll code into third party application. Into its main QApplication thread.
Maybe someone knows how to preload my modified Qt libraries to given app ...