Top "Qmetaobject" questions

QMetaObject is a class from the Qt Toolkit which provides meta-information about Qt objects.

Is it possible to disconnect all of a QObject's connections without deleting it

I have a QObject A, this is connected to another QObject B. Now I want A to connect to C, …

c++ qt qobject qmetaobject