diff options
Diffstat (limited to 'qml/watch/faces')
-rw-r--r-- | qml/watch/faces/builtinface4.png | bin | 0 -> 1025 bytes | |||
-rw-r--r-- | qml/watch/faces/builtinface4.qml | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/qml/watch/faces/builtinface4.png b/qml/watch/faces/builtinface4.png Binary files differnew file mode 100644 index 0000000..eb05c95 --- /dev/null +++ b/qml/watch/faces/builtinface4.png diff --git a/qml/watch/faces/builtinface4.qml b/qml/watch/faces/builtinface4.qml new file mode 100644 index 0000000..f9eff50 --- /dev/null +++ b/qml/watch/faces/builtinface4.qml @@ -0,0 +1,11 @@ +import QtQuick 2.0 + +Rectangle { + width: 96 + height: 96 + + Image { + anchors.fill: parent + source: "builtinface4.png" + } +} |