How can I find a Qt metaobject instance from a class name?
Is there a way to find the QMetaObject instance of a class, given the class name? what I like to do is to load objects from disk, but for this to happen, I need a way to retrieve a QMetaObject instanc
问答
阅读(3)