How can I find a Qt metaobject instance from a class name?
Posted
by axilmar
on Stack Overflow
See other posts from Stack Overflow
or by axilmar
Published on 2010-03-23T16:55:50Z
Indexed on
2010/04/07
2:23 UTC
Read the original article
Hit count: 317
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 instance using the name of a class, in order to use the QMetaObject to create an instance.
© Stack Overflow or respective owner