summaryrefslogtreecommitdiff
path: root/qmapwatchlet/map-metawatch-digital.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:13:31 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-05-03 21:13:31 +0200
commit9e061170b3834845910749c55eda63f03d982bbf (patch)
tree0837bbdb63918eaf07333a81a98a21646d5ac3c6 /qmapwatchlet/map-metawatch-digital.qml
parentfba422cb3999e5c1a35849891861faa24494bd50 (diff)
downloadsowatch-9e061170b3834845910749c55eda63f03d982bbf.tar.gz
sowatch-9e061170b3834845910749c55eda63f03d982bbf.zip
add a small status bar to metawatch watchlets
Diffstat (limited to 'qmapwatchlet/map-metawatch-digital.qml')
-rw-r--r--qmapwatchlet/map-metawatch-digital.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/qmapwatchlet/map-metawatch-digital.qml b/qmapwatchlet/map-metawatch-digital.qml
index 9c054a4..a0732ed 100644
--- a/qmapwatchlet/map-metawatch-digital.qml
+++ b/qmapwatchlet/map-metawatch-digital.qml
@@ -4,9 +4,14 @@ import com.javispedro.sowatch.metawatch 1.0
import com.javispedro.sowatch.qmap 1.0
MWPage {
+ MWTitle {
+ id: title
+ z: 1
+ }
+
MapView {
id: map
- anchors.fill: parent;
+ anchors.fill: parent
updateEnabled: watch.active
updateInterval: 5000;
}