You can always craft a custom QtCore library which will dump something to the console every time QObject::connect() and QMetaObject::metacall() are called. You can even make it read some configuration from an external source to dump only those things you are interested in.
Bookmarks