QMod: make enable property writable
This commit is contained in:
parent
999cf68655
commit
af77bc105d
2 changed files with 11 additions and 1 deletions
|
|
@ -78,6 +78,8 @@ Kirigami.ApplicationWindow {
|
|||
Controls.Switch {
|
||||
checked: mod.enabled
|
||||
text: "Enabled"
|
||||
|
||||
onClicked: mod.enabled = checked
|
||||
}
|
||||
Controls.Button {
|
||||
text: "Delete"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue