Hi, What is the best way to compare two QMetaObjects? I've tried this, but did not work: object->metaObject() != QObject::staticMetaObject I would like the same behave as in Java: object.getClass() != Object.class Thanks, Gustavo