-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
5.3.1
-
da14688140550879e376e71cf273b16494e6c3c4
Impossible to bind to a null value.
Item
{
id: example
property QtObject obj1
property QtObject obj2: button.checked ? test: null
QtObject { id: test }
Column
{
Text { text: "obj1: " + obj1 }
Text { text: "obj2: " + obj2 }
Button
{
id: button
text: "BUTTON"
checkable: true
checked: true
}
}
Binding
{
target: example
property: "obj1"
value: obj2
}
}
- duplicates
-
QTBUG-77027 Binding QML is not working in some situations
-
- Closed
-