add sample code
[apps/onscreenapp.git] / app / system.qml
index 7eccd4a..1d4727c 100644 (file)
@@ -7,21 +7,21 @@ import AGL.Demo.Controls 1.0
 Item {
     id: onScreenSystem
     visible: true
-    width: 1079
-    height: 400
+    width: 1080
+    height: 1488
 
     function qmlOnScreenMessage(text) {
         console.log(qsTr('OnScreenApp:QML:System >>> qmlOnScreenMessage.'));
         label.text = text;
     }
 
-    Image {
-        id : background_image
-        anchors.fill: parent
-        anchors.topMargin: 0
-        anchors.bottomMargin: 0
-        source: "images/oval_1079x400.png"
-    }
+    // Image {
+    //     id : background_image
+    //     anchors.fill: parent
+    //     anchors.topMargin: 0
+    //     anchors.bottomMargin: 0
+    //     source: "images/oval_1079x400.png"
+    // }
 
     Label {
         id: label