Bug 472761 - FormSwitchDelegate: Changes of "checked" not recognized
Summary: FormSwitchDelegate: Changes of "checked" not recognized
Status: REPORTED
Alias: None
Product: kirigami-addons
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 0.7.0
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-28 20:17 UTC by melvo
Modified: 2023-07-28 20:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description melvo 2023-07-28 20:17:14 UTC
SUMMARY
The "FormSwitchDelegate" does not change its "checked" value when bound to a changing property

STEPS TO REPRODUCE
1. Set "checked" to a property that can change (i.e., has a "*changed" signal)
2. Change that property
3. "checked" value does not change

EXPECTED RESULT
As with a "SwitchDelegate" from "QtQuick.Controls", the value of "checked" should be updated. As far as I remember, the "FormComboBoxDelegate" had the same issue while the "ComboBox" of "QtQuick.Controls" worked as expected too.