![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>
#include <QtQmlIntegration/qqmlintegration.h>
Go to the source code of this file.
Macros | |
#define | QML_FOREIGN(FOREIGN_TYPE) |
#define | QML_FOREIGN_NAMESPACE(FOREIGN_NAMESPACE) Q_CLASSINFO("QML.Foreign", #FOREIGN_NAMESPACE) |
#define | QML_CUSTOMPARSER Q_CLASSINFO("QML.HasCustomParser", "true") |
#define QML_CUSTOMPARSER Q_CLASSINFO("QML.HasCustomParser", "true") |
Definition at line 24 of file qqmlregistration.h.
#define QML_FOREIGN | ( | FOREIGN_TYPE | ) |
Definition at line 13 of file qqmlregistration.h.
#define QML_FOREIGN_NAMESPACE | ( | FOREIGN_NAMESPACE | ) | Q_CLASSINFO("QML.Foreign", #FOREIGN_NAMESPACE) |
Definition at line 21 of file qqmlregistration.h.