summaryrefslogtreecommitdiff
path: root/metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml')
-rw-r--r--metawatch/qml/com/javispedro/sowatch/metawatch/MWPage.qml7
1 files changed, 7 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"
+}