Qt5.15 introduced new macros to register QObject with the Qml type system.
See "QtQml/qqml.h" header:
- QML_ELEMENT
- QML_SINGLETON
- QML_NAMED_ELEMENT(name)
All these macros use Q_CLASSINFO internally. This can also be done with Verdigris.
Ideas and help is more than welcome!
Qt5.15 introduced new macros to register QObject with the Qml type system.
See "QtQml/qqml.h" header:
All these macros use Q_CLASSINFO internally. This can also be done with Verdigris.
Ideas and help is more than welcome!