Details
-
Task
-
Resolution: Done
-
Not Evaluated
-
None
-
None
-
a2a8cea2835ef24104fe784b6ce0f508cc5637c0, d654f87319408e3d9754fa5a8ad376c3eaef4489
Description
Currently most of the change notifiers for properties are named <Property Name>Changed. From QML this enables the syntax "onPropertyChanged: print("Hello!")". This syntax is convenient enough that it should be provided by QML, even if the changed signal does not follow the naming convention.