Uses of Class
io.qt.qml.QQmlComponent.Status
Package | Description |
---|---|
io.qt.qml |
-
Uses of QQmlComponent.Status in io.qt.qml
Fields in io.qt.qml with type parameters of type QQmlComponent.Status Modifier and Type Field Description QObject.Signal1<QQmlComponent.Status>
QQmlComponent. statusChanged
Methods in io.qt.qml that return QQmlComponent.Status Modifier and Type Method Description static QQmlComponent.Status
QQmlComponent.Status. resolve(int value)
Returns the corresponding enum entry for the given value.QQmlComponent.Status
QQmlComponent. status()
static QQmlComponent.Status
QQmlComponent.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static QQmlComponent.Status[]
QQmlComponent.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.