8 lines
123 B
QML
8 lines
123 B
QML
|
import TestTypes
|
||
|
|
||
|
MyType {
|
||
|
id: root
|
||
|
property int test: myEnumType.type
|
||
|
property bool test_1: myEnumType.type
|
||
|
}
|