WIP: add Qt Quick HomeScreen UI
[staging/HomeScreen.git] / HomeScreenNG / qml / MediaAreaRadio.qml
diff --git a/HomeScreenNG/qml/MediaAreaRadio.qml b/HomeScreenNG/qml/MediaAreaRadio.qml
new file mode 100644 (file)
index 0000000..b2a9a33
--- /dev/null
@@ -0,0 +1,7 @@
+import QtQuick 2.6
+
+Image {
+    width: 1080
+    height: 215
+    source: './images/Utility_Radio_Background-01.png'
+}