WIP: add Qt Quick HomeScreen UI
[staging/HomeScreen.git] / HomeScreenNG / qml / MediaAreaBlank.qml
diff --git a/HomeScreenNG/qml/MediaAreaBlank.qml b/HomeScreenNG/qml/MediaAreaBlank.qml
new file mode 100644 (file)
index 0000000..7698e18
--- /dev/null
@@ -0,0 +1,12 @@
+import QtQuick 2.7
+
+Image {
+    width: 1080
+    height: 215
+    source: './images/Utility_Logo_Background-01.png'
+
+    Image {
+        anchors.centerIn: parent
+        source: './images/Utility_Logo_Colour-01.png'
+    }
+}