From 327dab50c887d2818cac9109049bf5fc1f391a17 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 27 Sep 2014 18:15:22 +0200 Subject: enable all the builtin watchfaces --- qml/watch/faces/builtinface1.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qml/watch/faces/builtinface1.qml (limited to 'qml/watch/faces/builtinface1.qml') diff --git a/qml/watch/faces/builtinface1.qml b/qml/watch/faces/builtinface1.qml new file mode 100644 index 0000000..3d4bb57 --- /dev/null +++ b/qml/watch/faces/builtinface1.qml @@ -0,0 +1,11 @@ +import QtQuick 2.0 + +Rectangle { + width: 96 + height: 96/2 + + Image { + anchors.fill: parent + source: "builtinface3.png" + } +} -- cgit v1.2.3