summaryrefslogtreecommitdiff
path: root/sowatchui/qml/NewWatchSheet.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sowatchui/qml/NewWatchSheet.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);