summaryrefslogtreecommitdiff
path: root/sowatchui/qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-09 21:02:14 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-09 21:02:14 +0200
commitb1ccb04d7dd2fb20def829be084474ed329d4988 (patch)
treea554f1684c12adc1d0420158c98860cdec214dee /sowatchui/qml
parenteb8ffec84e1d81df9ffb1004158da23183e96f17 (diff)
downloadsowatch-b1ccb04d7dd2fb20def829be084474ed329d4988.tar.gz
sowatch-b1ccb04d7dd2fb20def829be084474ed329d4988.zip
change config of enabled/disabled
Diffstat (limited to 'sowatchui/qml')
-rw-r--r--sowatchui/qml/NewWatchSheet.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sowatchui/qml/NewWatchSheet.qml b/sowatchui/qml/NewWatchSheet.qml
index 1028bd5..12eecf2 100644
--- a/sowatchui/qml/NewWatchSheet.qml
+++ b/sowatchui/qml/NewWatchSheet.qml
@@ -28,6 +28,19 @@ Sheet {
model: watchScanner
+ header: Column {
+ width: parent.width
+
+ Label {
+ text: qsTr("Pick a watch")
+ font: UiConstants.HeaderFont
+ }
+ GroupHeader {
+ width: parent.width
+ text: qsTr("Nearby watches")
+ }
+ }
+
delegate: ListDelegate {
onClicked: {
watches.addFoundWatch(object);