-
Bug
-
Resolution: Done
-
P2: Important
-
QSR 1.2
-
None
-
I27a33ba0340dc553b321f28040797a27db77d4c7
Please see the following page:
https://doc-snapshots.qt.io/qtsaferenderer/qtsr-animations.html
SafePicture {
id: engineIcon
width: 40
height: 40
x: 40
y: 40
source: "iso_grs_7000_4_2423.dat"
states: [
State {
name: "warning"
PropertyChanges { target: icon; width: 80; height: 80; color: "yellow"}
},
State {
name: "fault"
PropertyChanges { target: icon; width: 80; height: 80; color: "red"}
}
]
}
Is there a bug in the code?
id: engineIcon
target: icon
These do not match.
The following example uses the same object id, although it is ambiguous since there are two lines:
id: turnleft
objectName: "turnleft"
So in the transition, there is a reference to target: turnleft
I wonder which one it refers to? to the id or to the objectname?
- is required for
-
QSR-695
Update Safety manual for QSR 1.2
-
- Closed
-