Module qtjambi.qml
Package io.qt.qml.util
-
Class Summary Class Description QmlTypes This class allows to automatically load QML types from package. -
Exception Summary Exception Description QmlNoMajorVersionException Is thrown whenQmlImportMajorVersion
annotation is missed in a package.QmlTypeRegistrationException Is thrown when a class cannot be registered as qml type. -
Annotation Types Summary Annotation Type Description QmlAddedInMinorVersion This annotation marks a class to be added in minor version.QmlAnonymous This annotation marks a class to be registered as anonymous qml type.QmlElement This annotation marks a class to be registered as qml type.QmlImportMajorVersion This annotation specified a package's major version for qml use.QmlInterface This annotation marks a class to be registered as qml interface type.QmlNamedElement This annotation marks a class to be registered as named qml type.QmlSingleton This annotation marks a class to be registered as qml singleton type in combination withQmlElement
orQmlNamedElement
.QmlUncreatable This annotation marks a class to be registered as uncreatable qml type in combination withQmlElement
orQmlNamedElement
.