From 1adf7f1bcde493ccaacedb0d9778911ad69ff335 Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 4 Sep 2014 01:55:14 +0200 Subject: Initial import --- qml/watch/main.qml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 qml/watch/main.qml (limited to 'qml/watch') 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" +} -- cgit v1.2.3