From 9e061170b3834845910749c55eda63f03d982bbf Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 3 May 2013 21:13:31 +0200 Subject: add a small status bar to metawatch watchlets --- qmapwatchlet/map-metawatch-digital.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'qmapwatchlet/map-metawatch-digital.qml') 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; } -- cgit v1.2.3