-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
QSR 2.0, QSR 2.1
-
None
It seems that the latest documentation snapshot versions are missing the visible property description.
There is such a property in the example code:
states: [
State {
name: "ON"
PropertyChanges {
target: iconBattery
visible: true
}
},
State {
name: "OFF"
PropertyChanges {
target: iconBattery
visible: false
}
}
]
But no such property description is found from the documentation:
https://doc-snapshots.qt.io/qtsaferenderer/qt-saferenderer-qmlmodule.html