From b9b1829dbc50534190c8b81f91ee477af6971834 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 14 Sep 2014 14:11:26 +0200 Subject: addign watch properties, starting notification work --- qml/watch/faces/builtinface3.png | Bin 0 -> 892 bytes qml/watch/faces/builtinface3.qml | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 qml/watch/faces/builtinface3.png create mode 100644 qml/watch/faces/builtinface3.qml (limited to 'qml/watch') diff --git a/qml/watch/faces/builtinface3.png b/qml/watch/faces/builtinface3.png new file mode 100644 index 0000000..9154c9d Binary files /dev/null and b/qml/watch/faces/builtinface3.png differ diff --git a/qml/watch/faces/builtinface3.qml b/qml/watch/faces/builtinface3.qml new file mode 100644 index 0000000..ca542d4 --- /dev/null +++ b/qml/watch/faces/builtinface3.qml @@ -0,0 +1,11 @@ +import QtQuick 2.0 + +Rectangle { + width: 96 + height: 96 + + Image { + anchors.fill: parent + source: "builtinface3.png" + } +} -- cgit v1.2.3