qtdeclarative/tests/auto/qml/qmlcppcodegen/data/enumConversion.qml

13 lines
207 B
QML

pragma Strict
import TestTypes
MyType {
id: root
property alias status: root.a
property int test: myEnumType.type
property bool test_1: myEnumType.type
objectName: root.status + "m"
}