qtdeclarative/tests/auto/qml/qqmlecmascript/data/qpropertyBindingUndefined.qml

7 lines
152 B
QML

import Qt.test 1.0
ClassWithQProperty {
property int anotherValue: 1
property bool toggle: false
value: toggle ? undefined : anotherValue
}