From cbf8e3ad49917dc71e8c5f6413c55f266c1c4ad3 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 3 Dec 2011 00:00:07 +0100 Subject: change the way buttons work in declarativewatchlets --- notificationswatchlet/metawatch-digital.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'notificationswatchlet') diff --git a/notificationswatchlet/metawatch-digital.qml b/notificationswatchlet/metawatch-digital.qml index e5764ec..54f02d2 100644 --- a/notificationswatchlet/metawatch-digital.qml +++ b/notificationswatchlet/metawatch-digital.qml @@ -45,6 +45,10 @@ Rectangle { wrapMode: Text.Wrap } + Component.onCompleted: { + watch.useButton(1); + watch.useButton(2); + } Connections { target: watch onButtonPressed : { -- cgit v1.2.3