From af49193eb33e84ab8f86855f813161be201f850e Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 13 Feb 2013 12:56:12 +0100 Subject: [PATCH] test property binding to plasmoid.backgroundHints --- shell/testapplet/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/testapplet/contents/ui/main.qml b/shell/testapplet/contents/ui/main.qml index 08a90bcac..7454017cb 100644 --- a/shell/testapplet/contents/ui/main.qml +++ b/shell/testapplet/contents/ui/main.qml @@ -36,6 +36,7 @@ Rectangle { } PlasmaComponents.Button { text: "Background" + checked: plasmoid.backgroundHints == 1 onClicked: { print("Background hints: " + plasmoid.backgroundHints) if (plasmoid.backgroundHints == 0) {