test property binding to plasmoid.backgroundHints
This commit is contained in:
parent
51147c9e1a
commit
af49193eb3
@ -36,6 +36,7 @@ Rectangle {
|
||||
}
|
||||
PlasmaComponents.Button {
|
||||
text: "Background"
|
||||
checked: plasmoid.backgroundHints == 1
|
||||
onClicked: {
|
||||
print("Background hints: " + plasmoid.backgroundHints)
|
||||
if (plasmoid.backgroundHints == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user