summaryrefslogtreecommitdiff
path: root/metawatch/qml/com/javispedro
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/qml/com/javispedro')
-rw-r--r--metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml7
-rw-r--r--metawatch/qml/com/javispedro/sowatch/metawatch/qmldir1
2 files changed, 8 insertions, 0 deletions
diff --git a/metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml b/metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml
new file mode 100644
index 0000000..f3901af
--- /dev/null
+++ b/metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml
@@ -0,0 +1,7 @@
+import Qt 4.7
+
+Rectangle {
+ width: 96
+ height: 96
+ color: "white"
+}
diff --git a/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir b/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir
index 02221c3..91ee6dc 100644
--- a/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir
+++ b/metawatch/qml/com/javispedro/sowatch/metawatch/qmldir
@@ -1,2 +1,3 @@
+MWPage 1.0 MWPage.qml
MWTitle 1.0 MWTitle.qml
MWListView 1.0 MWListView.qml