Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
4.6.2
-
None
-
4a2ba043ed09375e4d9423def32084ab97ea560a
Description
Hello
I'm trying to implement auto-connection of all signals and slots in one object to signals and slots with the same name and normalized signature in another class. I stuck with the fact that there is no way to connect signal with slot using their QMetaMethod representation using documented Qt API. It would be really good to have such version of QObject::connect:
bool QObjectConnect(QObject *sender, const QMetaMethod &signal, QObject *target, const QMetaMethod &method);