summaryrefslogtreecommitdiff
path: root/qml/watch
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-09-04 01:55:14 +0200
committerJavier <dev.git@javispedro.com>2014-09-04 01:55:14 +0200
commit1adf7f1bcde493ccaacedb0d9778911ad69ff335 (patch)
tree2a1c4cffb09a4406a59df25853a726a7aa86fb28 /qml/watch
downloadsalmeta-1adf7f1bcde493ccaacedb0d9778911ad69ff335.tar.gz
salmeta-1adf7f1bcde493ccaacedb0d9778911ad69ff335.zip
Initial import
Diffstat (limited to 'qml/watch')
-rw-r--r--qml/watch/main.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/qml/watch/main.qml b/qml/watch/main.qml
new file mode 100644
index 0000000..200a8b0
--- /dev/null
+++ b/qml/watch/main.qml
@@ -0,0 +1,8 @@
+import QtQuick 2.0
+
+Rectangle {
+ width: 96
+ height: 96
+
+ color: "white"
+}