Hi, I have an enum defined in a common.h, so many classes can access it. I'd like to have this enum visible from QML because I want to send signals with this enum.
It seems that there's a way to do it if the enum belongs to a class and the
class is registered using "qmlRegisterType".
But is there any other way ?
thanks in advance
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
