summaryrefslogtreecommitdiff
path: root/qmapwatchlet/metawatch-digital.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qmapwatchlet/metawatch-digital.qml')
-rw-r--r--qmapwatchlet/metawatch-digital.qml21
1 files changed, 6 insertions, 15 deletions
diff --git a/qmapwatchlet/metawatch-digital.qml b/qmapwatchlet/metawatch-digital.qml
index 16206db..9c054a4 100644
--- a/qmapwatchlet/metawatch-digital.qml
+++ b/qmapwatchlet/metawatch-digital.qml
@@ -1,23 +1,14 @@
import QtQuick 1.0
import QtMobility.location 1.2
+import com.javispedro.sowatch.metawatch 1.0
+import com.javispedro.sowatch.qmap 1.0
-Rectangle {
- width: 96
- height: 96
-
- color: "white"
-
- PositionSource {
- id: pos
- updateInterval: 5000
- active: watch.active
- }
-
- Map {
+MWPage {
+ MapView {
id: map
anchors.fill: parent;
- plugin : Plugin { name : "nokia" }
- center: pos.position.coordinate
+ updateEnabled: watch.active
+ updateInterval: 5000;
}
Connections {