Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
6.5.3
Description
Since the value is assigned during component creation, it should not trigger any events. When the value is directly assigned to the component, as in the case of a CheckBox where the checked property is set to true, the checkedChanged signal is not emitted. However, if the assignment is made through a property, the signal will be emitted.
Attachments
Issue Links
- is required for
-
QTBUG-114403 No way to set initial properties in QtQuick
- Reported