Originally Posted by geek1011
You can find a bunch of information based on the static Qt metadata (sherman's NickelDBus can display this) and the setters/getters (use a disassembler on libnickel). If it's not a QObject, you generally need to do it the hard way through dynamic instrumentation or reference tracing.
For anyone reading this, it's referring to my qrc tool, which will work on all Qt binaries.
|