-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
https://doc.qt.io/qt-6/qtquick-statesanimations-states.html shows example code for using states and PropertyChanges.
Running qmllint on the provided code shows warnings like
Property "color" is custom-parsed in PropertyChanges. You should phrase this binding as "signal.color: "green"" [Quick.property-changes-parsed
The example code should show the modern practice of using signal.color: "green"