QObject::metaObject() returns a pointer to its QMetaObject.
With QMetaObject (QMetaObject::method())you can get a list of signals and slots and also query the connections. You can find more in the documentation.
Regards
QObject::metaObject() returns a pointer to its QMetaObject.
With QMetaObject (QMetaObject::method())you can get a list of signals and slots and also query the connections. You can find more in the documentation.
Regards
Last edited by marcel; 15th August 2007 at 05:20.
Bookmarks