Procházet zdrojové kódy

Visualisierung erweitert

Franz Josef Dicker před 5 roky
rodič
revize
c22c7ff98f

+ 93 - 22
qmlplugin/Demo/main.qml

@@ -28,30 +28,54 @@ Window {
         text: qsTr("GfA Tiva Flash Utility")
     }
 
-    Text {
-        id: stationNr
-        x: 700
-        y: 50
+    Rectangle {
+        id: line
+        x: 5
+        y: 40
+        width: 790
+        height: 2
         color: "white"
-        font.pixelSize: 24
-        text: statNr
     }
 
-    Text {
-         id: idExecOut
-         x: 5
-         y: 60
-         width: 630
-         height: 300
-         color: "white"
-         font.pixelSize: 14
-         text: "Test"
-     }
+    Rectangle
+    {
+        x: 100
+        y: 75
+        width: 100
+        height: 40
+        color: "darkred"
+
+        Text {
+            text: statNr
+            anchors.centerIn: parent
+            color: "white"
+        }
+    }
+
+    Rectangle
+    {
+        x: 500
+        y: 75
+        width: 200
+        height: 40
+        color: "green"
+
+        Text {
+            text: "getMatSer"
+            anchors.centerIn: parent
+            color: "white"
+        }
+        MouseArea
+        {
+            anchors.fill: parent
+            onClicked: idTivaFlash.getMatSer(statNr)
+        }
+    }
 
     Text {
         id: materialEepromText
         x: 500
-        y: 100
+        y: 125
         color: "white"
         font.pixelSize: 14
         text: idTivaFlash.materialEeprom[statNr]
@@ -60,7 +84,7 @@ Window {
     Text {
         id: serialEepromText
         x: 500
-        y: 120
+        y: 145
         color: "white"
         font.pixelSize: 14
         text: idTivaFlash.serialEeprom[statNr]
@@ -69,23 +93,70 @@ Window {
     Rectangle
     {
         x: 500
-        y: 50
-        width: 100
+        y: 200
+        width: 200
         height: 40
         color: "green"
 
         Text {
-            text: "getMatSer"
+            text: "getTargetImgInfo"
             anchors.centerIn: parent
             color: "white"
         }
         MouseArea
         {
             anchors.fill: parent
-            onClicked: idTivaFlash.getMatSer(statNr)
+            onClicked: idTivaFlash.getTargetImgInfo(statNr)
         }
     }
 
+    Text {
+        id: imgSizeAppText
+        x: 500
+        y: 250
+        color: "white"
+        font.pixelSize: 14
+        text: idTivaFlash.imgSizeApp[statNr]
+    }
+
+    Text {
+        id: imgCRC32AppText
+        x: 500
+        y: 270
+        color: "white"
+        font.pixelSize: 14
+        text: idTivaFlash.imgCRC32App[statNr].toString(16)
+    }
+
+    Text {
+        id: imgMaterialAppText
+        x: 500
+        y: 290
+        color: "white"
+        font.pixelSize: 14
+        text: idTivaFlash.imgMaterialApp[statNr]
+    }
+
+    Text {
+        id: imgBuildAppText
+        x: 500
+        y: 310
+        color: "white"
+        font.pixelSize: 14
+        text: idTivaFlash.imgBuildApp[statNr]
+    }
+
+    Text {
+         id: idExecOut
+         x: 5
+         y: 200
+         width: 630
+         height: 300
+         color: "white"
+         font.pixelSize: 14
+         text: "Test"
+     }
+
     TivaFlash {
         id: idTivaFlash
         tivaFlashUtilPath: "/opt/GfA/tivaflashutil/gfativaflashutil"

binární
qmlplugin/build-Demo-TC_L44104_C493_QT57-Debug/Demo


+ 64 - 174
qmlplugin/build-Demo-TC_L44104_C493_QT57-Debug/qrc_qml.cpp

@@ -8,179 +8,69 @@
 
 static const unsigned char qt_resource_data[] = {
   // /home/fjd/Sandbox/gfativaflashutil/qmlplugin/Demo/main.qml
-  0x0,0x0,0xa,0xa9,
-  0x69,
-  0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0x20,0x32,0x2e,
-  0x37,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,
-  0x2e,0x57,0x69,0x6e,0x64,0x6f,0x77,0x20,0x32,0x2e,0x32,0xa,0x69,0x6d,0x70,0x6f,
-  0x72,0x74,0x20,0x67,0x66,0x61,0x2e,0x70,0x6c,0x75,0x67,0x69,0x6e,0x73,0x2e,0x71,
-  0x6d,0x6c,0x2e,0x74,0x69,0x76,0x61,0x66,0x6c,0x61,0x73,0x68,0x20,0x31,0x2e,0x30,
-  0xa,0xa,0x57,0x69,0x6e,0x64,0x6f,0x77,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x76,
-  0x69,0x73,0x69,0x62,0x6c,0x65,0x3a,0x20,0x74,0x72,0x75,0x65,0xa,0x20,0x20,0x20,
-  0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36,0x34,0x30,0xa,0x20,0x20,0x20,0x20,
-  0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x38,0x30,0xa,0xa,0x20,0x20,0x20,
-  0x20,0x70,0x72,0x6f,0x70,0x65,0x72,0x74,0x79,0x20,0x69,0x6e,0x74,0x20,0x73,0x74,
-  0x61,0x74,0x4e,0x72,0x3a,0x20,0x31,0xa,0x20,0x20,0x20,0x20,0x70,0x72,0x6f,0x70,
-  0x65,0x72,0x74,0x79,0x20,0x69,0x6e,0x74,0x20,0x6d,0x62,0x41,0x64,0x64,0x72,0x3a,
-  0x20,0x31,0x30,0x30,0xa,0xa,0x20,0x20,0x20,0x20,0x52,0x65,0x63,0x74,0x61,0x6e,
-  0x67,0x6c,0x65,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,
-  0x63,0x68,0x6f,0x72,0x73,0x2e,0x66,0x69,0x6c,0x6c,0x3a,0x20,0x70,0x61,0x72,0x65,
-  0x6e,0x74,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x67,0x72,0x61,0x64,0x69,
-  0x65,0x6e,0x74,0x3a,0x20,0x47,0x72,0x61,0x64,0x69,0x65,0x6e,0x74,0x20,0x7b,0xa,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x47,0x72,0x61,0x64,
-  0x69,0x65,0x6e,0x74,0x53,0x74,0x6f,0x70,0x20,0x7b,0x20,0x70,0x6f,0x73,0x69,0x74,
-  0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x30,0x3b,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,
-  0x20,0x22,0x67,0x72,0x61,0x79,0x22,0x20,0x7d,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x47,0x72,0x61,0x64,0x69,0x65,0x6e,0x74,0x53,0x74,
-  0x6f,0x70,0x20,0x7b,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,
-  0x2e,0x35,0x3b,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,0x62,0x6c,0x61,0x63,
-  0x6b,0x22,0x20,0x7d,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x47,0x72,0x61,0x64,0x69,0x65,0x6e,0x74,0x53,0x74,0x6f,0x70,0x20,0x7b,0x20,
-  0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x3b,0x20,0x63,
-  0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,0x64,0x69,0x6d,0x67,0x72,0x61,0x79,0x22,0x20,
-  0x7d,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xa,0x20,0x20,0x20,0x20,
-  0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x54,0x65,0x78,0x74,0x20,0x7b,0xa,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x68,0x65,0x61,0x64,0x6c,0x69,
-  0x6e,0x65,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,0x20,0x32,0x35,
-  0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x79,0x3a,0x20,0x35,0xa,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,0x77,
-  0x68,0x69,0x74,0x65,0x22,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,
-  0x6e,0x74,0x2e,0x70,0x69,0x78,0x65,0x6c,0x53,0x69,0x7a,0x65,0x3a,0x20,0x32,0x34,
-  0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x3a,0x20,0x71,
-  0x73,0x54,0x72,0x28,0x22,0x47,0x66,0x41,0x20,0x54,0x69,0x76,0x61,0x20,0x46,0x6c,
-  0x61,0x73,0x68,0x20,0x55,0x74,0x69,0x6c,0x69,0x74,0x79,0x22,0x29,0xa,0x20,0x20,
-  0x20,0x20,0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x54,0x65,0x78,0x74,0x20,0x7b,0xa,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x73,0x74,0x61,0x74,
-  0x69,0x6f,0x6e,0x4e,0x72,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,
-  0x20,0x37,0x30,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x79,0x3a,0x20,
-  0x35,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,
-  0x3a,0x20,0x22,0x77,0x68,0x69,0x74,0x65,0x22,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,0x69,0x78,0x65,0x6c,0x53,0x69,0x7a,0x65,
-  0x3a,0x20,0x32,0x34,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,
-  0x74,0x3a,0x20,0x73,0x74,0x61,0x74,0x4e,0x72,0xa,0x20,0x20,0x20,0x20,0x7d,0xa,
-  0xa,0x20,0x20,0x20,0x20,0x54,0x65,0x78,0x74,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x69,0x64,0x45,0x78,0x65,0x63,0x4f,
-  0x75,0x74,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,0x20,0x35,
-  0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x79,0x3a,0x20,0x36,0x30,0xa,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,
-  0x36,0x33,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,
-  0x67,0x68,0x74,0x3a,0x20,0x33,0x30,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,0x77,0x68,0x69,0x74,0x65,0x22,
-  0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,
-  0x69,0x78,0x65,0x6c,0x53,0x69,0x7a,0x65,0x3a,0x20,0x31,0x34,0xa,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x3a,0x20,0x22,0x54,0x65,0x73,
-  0x74,0x22,0xa,0x20,0x20,0x20,0x20,0x20,0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x54,
-  0x65,0x78,0x74,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,
-  0x3a,0x20,0x6d,0x61,0x74,0x65,0x72,0x69,0x61,0x6c,0x45,0x65,0x70,0x72,0x6f,0x6d,
-  0x54,0x65,0x78,0x74,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,0x20,
-  0x35,0x30,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x79,0x3a,0x20,0x31,
-  0x30,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,
-  0x3a,0x20,0x22,0x77,0x68,0x69,0x74,0x65,0x22,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,0x69,0x78,0x65,0x6c,0x53,0x69,0x7a,0x65,
-  0x3a,0x20,0x31,0x34,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,
-  0x74,0x3a,0x20,0x69,0x64,0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,0x2e,0x6d,
-  0x61,0x74,0x65,0x72,0x69,0x61,0x6c,0x45,0x65,0x70,0x72,0x6f,0x6d,0x5b,0x73,0x74,
-  0x61,0x74,0x4e,0x72,0x5d,0xa,0x20,0x20,0x20,0x20,0x7d,0xa,0xa,0x20,0x20,0x20,
-  0x20,0x54,0x65,0x78,0x74,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x69,0x64,0x3a,0x20,0x73,0x65,0x72,0x69,0x61,0x6c,0x45,0x65,0x70,0x72,0x6f,0x6d,
-  0x54,0x65,0x78,0x74,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,0x20,
-  0x35,0x30,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x79,0x3a,0x20,0x31,
-  0x32,0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,
-  0x3a,0x20,0x22,0x77,0x68,0x69,0x74,0x65,0x22,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,0x69,0x78,0x65,0x6c,0x53,0x69,0x7a,0x65,
-  0x3a,0x20,0x31,0x34,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,
-  0x74,0x3a,0x20,0x69,0x64,0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,0x2e,0x73,
-  0x65,0x72,0x69,0x61,0x6c,0x45,0x65,0x70,0x72,0x6f,0x6d,0x5b,0x73,0x74,0x61,0x74,
-  0x4e,0x72,0x5d,0xa,0x20,0x20,0x20,0x20,0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x52,
-  0x65,0x63,0x74,0x61,0x6e,0x67,0x6c,0x65,0xa,0x20,0x20,0x20,0x20,0x7b,0xa,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,0x20,0x35,0x30,0x30,0xa,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x79,0x3a,0x20,0x35,0x30,0xa,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0xa,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,
-  0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,
-  0x20,0x22,0x67,0x72,0x65,0x65,0x6e,0x22,0xa,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x54,0x65,0x78,0x74,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x3a,0x20,0x22,0x67,0x65,0x74,0x4d,
-  0x61,0x74,0x53,0x65,0x72,0x22,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,0x2e,0x63,0x65,0x6e,0x74,0x65,
-  0x72,0x49,0x6e,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0xa,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,
-  0x77,0x68,0x69,0x74,0x65,0x22,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,
-  0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x4d,0x6f,0x75,0x73,0x65,0x41,0x72,
-  0x65,0x61,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0xa,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,
-  0x2e,0x66,0x69,0x6c,0x6c,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0xa,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x6e,0x43,0x6c,0x69,0x63,
-  0x6b,0x65,0x64,0x3a,0x20,0x69,0x64,0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,
-  0x2e,0x67,0x65,0x74,0x4d,0x61,0x74,0x53,0x65,0x72,0x28,0x73,0x74,0x61,0x74,0x4e,
-  0x72,0x29,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xa,0x20,0x20,0x20,
-  0x20,0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,
-  0x68,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,
-  0x69,0x64,0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,0xa,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x74,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,0x55,0x74,0x69,
-  0x6c,0x50,0x61,0x74,0x68,0x3a,0x20,0x22,0x2f,0x6f,0x70,0x74,0x2f,0x47,0x66,0x41,
-  0x2f,0x74,0x69,0x76,0x61,0x66,0x6c,0x61,0x73,0x68,0x75,0x74,0x69,0x6c,0x2f,0x67,
-  0x66,0x61,0x74,0x69,0x76,0x61,0x66,0x6c,0x61,0x73,0x68,0x75,0x74,0x69,0x6c,0x22,
-  0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x74,0x66,0x4e,0x61,0x6d,0x65,
-  0x3a,0x20,0x22,0x2f,0x64,0x65,0x76,0x2f,0x74,0x74,0x79,0x4f,0x34,0x22,0xa,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x73,0x6c,0x76,0x49,0x64,0x49,0x73,0x4e,0x6f,
-  0x64,0x65,0x41,0x64,0x64,0x72,0x3a,0x20,0x66,0x61,0x6c,0x73,0x65,0xa,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x6d,0x67,0x46,0x69,0x6c,0x65,0x3a,0x20,0x22,
-  0x2f,0x6f,0x70,0x74,0x2f,0x47,0x66,0x41,0x2f,0x74,0x69,0x76,0x61,0x66,0x6c,0x61,
-  0x73,0x68,0x75,0x74,0x69,0x6c,0x2f,0x4f,0x4c,0x53,0x2d,0x31,0x56,0x31,0x5f,0x30,
-  0x30,0x30,0x39,0x5f,0x63,0x72,0x63,0x2e,0x62,0x69,0x6e,0x22,0xa,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x76,0x65,0x72,0x62,0x6f,0x73,0x69,0x74,0x79,0x3a,0x20,
-  0x33,0xa,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x6e,0x4d,0x61,0x74,
-  0x65,0x72,0x69,0x61,0x6c,0x46,0x69,0x6c,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,0x64,
-  0x3a,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0xa,0x2f,0x2f,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x74,0x65,0x72,0x69,
-  0x61,0x6c,0x45,0x65,0x70,0x72,0x6f,0x6d,0x54,0x65,0x78,0x74,0x2e,0x74,0x65,0x78,
-  0x74,0x20,0x3d,0x20,0x6d,0x61,0x74,0x65,0x72,0x69,0x61,0x6c,0x45,0x65,0x70,0x72,
-  0x6f,0x6d,0x5b,0x31,0x5d,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,
-  0xa,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x6e,0x45,0x78,0x65,0x63,
-  0x4f,0x75,0x74,0x3a,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0xa,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x45,0x78,0x65,
-  0x63,0x4f,0x75,0x74,0x2e,0x74,0x65,0x78,0x74,0x20,0x2b,0x3d,0x20,0x6d,0x73,0x67,
-  0x20,0x2b,0x20,0x22,0x5c,0x6e,0x22,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x45,0x78,0x65,0x63,0x4f,0x75,0x74,0x2e,0x75,
-  0x70,0x64,0x61,0x74,0x65,0x28,0x29,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6e,0x73,0x6f,0x6c,0x65,0x2e,0x6c,0x6f,0x67,
-  0x28,0x6d,0x73,0x67,0x29,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,
-  0xa,0x9,0x7d,0xa,0xa,0x20,0x20,0x20,0x20,0x4d,0x6f,0x75,0x73,0x65,0x41,0x72,
-  0x65,0x61,0x20,0x7b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x3a,0x20,
-  0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x79,0x3a,0x20,0x30,0xa,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x34,0x30,
-  0x30,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,
-  0x3a,0x20,0x34,0x38,0x30,0xa,0x2f,0x2f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,0x2e,0x66,0x69,0x6c,0x6c,0x3a,0x20,0x70,0x61,
-  0x72,0x65,0x6e,0x74,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x6e,0x43,
-  0x6c,0x69,0x63,0x6b,0x65,0x64,0x3a,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x7b,0xa,0x2f,0x2f,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x9,0x76,0x61,0x72,
-  0x20,0x73,0x74,0x61,0x74,0x4e,0x72,0x20,0x3d,0x20,0x31,0x3b,0xa,0x2f,0x2f,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x9,0x76,0x61,0x72,0x20,0x6d,0x62,0x41,0x64,
-  0x64,0x72,0x20,0x3d,0x20,0x31,0x30,0x30,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x72,0x65,0x74,0x20,0x3d,0x20,
-  0x66,0x61,0x6c,0x73,0x65,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x69,0x64,0x45,0x78,0x65,0x63,0x4f,0x75,0x74,0x2e,0x74,0x65,0x78,
-  0x74,0x20,0x3d,0x20,0x22,0x22,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x20,0x3d,0x20,0x69,0x64,0x54,0x69,0x76,0x61,
-  0x46,0x6c,0x61,0x73,0x68,0x2e,0x70,0x69,0x6e,0x67,0x54,0x61,0x72,0x67,0x65,0x74,
-  0x28,0x73,0x74,0x61,0x74,0x4e,0x72,0x29,0x3b,0xa,0x2f,0x2f,0x20,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x20,0x3d,0x20,0x69,0x64,
-  0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,0x2e,0x73,0x74,0x61,0x72,0x74,0x42,
-  0x6f,0x6f,0x74,0x6c,0x6f,0x61,0x64,0x65,0x72,0x28,0x73,0x74,0x61,0x74,0x4e,0x72,
-  0x2c,0x20,0x6d,0x62,0x41,0x64,0x64,0x72,0x29,0x3b,0xa,0x2f,0x2f,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x20,0x3d,0x20,0x69,
-  0x64,0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,0x2e,0x72,0x65,0x73,0x65,0x74,
-  0x42,0x6f,0x6f,0x74,0x6c,0x6f,0x61,0x64,0x65,0x72,0x28,0x73,0x74,0x61,0x74,0x4e,
-  0x72,0x2c,0x20,0x6d,0x62,0x41,0x64,0x64,0x72,0x29,0x3b,0xa,0x2f,0x2f,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x20,0x3d,0x20,
-  0x69,0x64,0x54,0x69,0x76,0x61,0x46,0x6c,0x61,0x73,0x68,0x2e,0x76,0x61,0x6c,0x69,
-  0x64,0x61,0x74,0x65,0x49,0x6d,0x67,0x46,0x69,0x6c,0x65,0x28,0x73,0x74,0x61,0x74,
-  0x4e,0x72,0x2c,0x20,0x6d,0x62,0x41,0x64,0x64,0x72,0x29,0x3b,0xa,0x20,0x20,0x20,
-  0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x20,0x3d,0x20,0x66,
-  0x61,0x6c,0x73,0x65,0x3b,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xa,
-  0x20,0x20,0x20,0x20,0x7d,0xa,0x7d,0xa,
+  0x0,0x0,0x3,0xca,
+  0x0,
+  0x0,0xf,0xc0,0x78,0x9c,0xd5,0x57,0xdf,0x6f,0xda,0x30,0x10,0x7e,0x1e,0x7f,0x85,
+  0x95,0x27,0xd0,0xb6,0x90,0x50,0x68,0xd7,0xa0,0x3d,0x74,0x55,0x3b,0x21,0xad,0xed,
+  0x3a,0xd8,0xf6,0xb0,0x55,0x95,0x89,0x4d,0xb0,0x6a,0xec,0xcc,0x36,0xb4,0xac,0xea,
+  0xff,0x3e,0x9b,0xfc,0x72,0x2,0x85,0x54,0x63,0xf,0xf3,0x3,0x22,0x77,0x39,0xdf,
+  0x77,0xe7,0xcf,0x77,0x17,0x32,0x8b,0xb9,0x50,0xe0,0x5a,0x5d,0xcf,0x49,0x78,0x7,
+  0x3a,0xee,0x51,0x83,0x94,0x44,0xee,0x77,0xc2,0x10,0xbf,0xd7,0x9a,0x4e,0xa6,0x89,
+  0x26,0xd0,0x8d,0xe9,0x3c,0x22,0x4c,0xba,0xbf,0x66,0xd4,0x55,0x64,0x1,0x27,0x14,
+  0xca,0x29,0xf0,0x5d,0xaf,0xd1,0x48,0xd,0x1e,0x1b,0x40,0xaf,0x5,0x91,0x64,0x4c,
+  0x71,0x0,0x94,0x98,0xe3,0x95,0xe4,0x9e,0x20,0x35,0xd,0xc0,0x61,0xd7,0x5b,0x3d,
+  0x4e,0x31,0x89,0xa6,0x2a,0x0,0xdd,0x77,0xda,0xd4,0x8,0x62,0xc1,0x63,0x2c,0xd4,
+  0x12,0x10,0xa6,0x80,0x54,0x50,0x5d,0x8a,0x0,0xf8,0xeb,0xaa,0xd9,0xf8,0x4,0x21,
+  0xa3,0xf2,0x52,0xc3,0x2f,0x38,0x54,0x90,0x45,0x14,0xa7,0xae,0xcd,0x82,0x2c,0x9c,
+  0x72,0x21,0xdd,0x9,0xa1,0x34,0x0,0x31,0x14,0x98,0xa9,0x5c,0x19,0x9,0x88,0x88,
+  0x16,0x4,0xe0,0x63,0xfa,0xcf,0xb2,0x34,0x2b,0x13,0xf,0x15,0x8f,0xc1,0x23,0x88,
+  0xb9,0x24,0x8a,0x70,0x16,0x0,0xcf,0xf5,0xfa,0x20,0xe4,0x94,0x6b,0xff,0x8e,0xde,
+  0x66,0xe9,0x80,0xa7,0xba,0x96,0xbd,0xc2,0x72,0x4c,0x61,0x78,0x57,0xdb,0xd4,0xb7,
+  0x9d,0x22,0x32,0xab,0xfa,0x4d,0xfe,0x3d,0x25,0xc9,0x18,0xe1,0x7,0x3b,0x1a,0x82,
+  0x2,0x9d,0x69,0x88,0x28,0x61,0x38,0x17,0x3e,0x4,0xa0,0xd3,0xf3,0xf2,0xc7,0x65,
+  0x0,0x7a,0xf9,0x43,0xe6,0xe7,0x7e,0x4a,0x14,0x76,0x72,0xf1,0x84,0x33,0xe5,0xc6,
+  0xe4,0x1,0xd3,0x21,0xf9,0xad,0x4f,0xb5,0xd3,0xcd,0x55,0x4a,0x7b,0xc,0xc0,0x2f,
+  0x39,0x12,0x4d,0xe7,0xe3,0xe4,0x4,0x8c,0x34,0x2b,0xc0,0xf9,0x8a,0x16,0x5f,0x15,
+  0xa1,0x44,0x2d,0x9d,0x96,0x8d,0x70,0xd3,0x71,0x19,0x98,0x55,0x88,0x3d,0x1b,0x60,
+  0xb7,0x80,0x9b,0xf2,0xe8,0xe8,0xb8,0x10,0x65,0x5c,0xea,0x6c,0xb,0xa3,0xea,0x7e,
+  0xf5,0xf4,0x68,0x7b,0x34,0x8c,0xb2,0x7c,0x1e,0xf5,0xaa,0x3e,0xed,0x17,0x72,0xfe,
+  0x7a,0x6b,0x4e,0x11,0x14,0x77,0x2,0x23,0xa7,0x91,0x6b,0x2a,0xa7,0x52,0xa4,0x2d,
+  0xe1,0x79,0x49,0x91,0x51,0x37,0xd4,0x5c,0xc0,0x62,0xc0,0xd6,0xe8,0xbb,0xe5,0x98,
+  0x9e,0x6a,0x46,0xda,0xdb,0x15,0x69,0xa7,0x5e,0xa4,0x91,0xc0,0x98,0xd5,0x89,0xd3,
+  0x89,0xb0,0xba,0x80,0x6a,0x88,0x85,0xb3,0xe7,0x60,0xcd,0xba,0xe0,0x73,0x89,0x4f,
+  0x4,0x86,0xb9,0xe4,0x71,0xa3,0x97,0x8d,0xd5,0xc0,0x2c,0xce,0x4e,0xa9,0xae,0x79,
+  0x58,0xd3,0x90,0x20,0x43,0xe0,0x15,0x7f,0xdd,0x1c,0x74,0x33,0x39,0xa7,0x56,0xed,
+  0x3b,0x37,0x83,0x3a,0x1c,0x2,0xe9,0x19,0xd6,0xb5,0x6b,0x66,0x5e,0xd8,0x92,0x7e,
+  0xbf,0xf3,0xe2,0xfb,0xe7,0x57,0xef,0x9f,0xd,0xbb,0xec,0xfc,0x47,0x82,0xfd,0x66,
+  0x7,0x62,0xf9,0x2,0xbc,0xdd,0xfd,0xe2,0x95,0x3b,0xd0,0xd6,0x27,0xb2,0x4d,0xdb,
+  0x7f,0xc8,0xe4,0x11,0x14,0xfa,0x77,0x30,0x8b,0x6,0x6c,0xc2,0xff,0x33,0x42,0x97,
+  0xb0,0xbf,0x98,0xd7,0xba,0xfb,0x98,0x3,0x3d,0x89,0xe3,0x1d,0x1c,0xb1,0x1b,0xcc,
+  0x3e,0x38,0x52,0x38,0xae,0xc9,0x67,0x6d,0x70,0xfa,0xe5,0xf4,0xa0,0x53,0x3,0xea,
+  0xd1,0xde,0xa1,0x66,0x9e,0x33,0xac,0xae,0xe2,0x43,0x25,0x8,0x8b,0x9a,0xfe,0x61,
+  0x6b,0x37,0xf0,0x8b,0xf4,0x2,0xd7,0xc0,0x7e,0xbc,0x77,0xec,0x96,0xf3,0xfa,0xa9,
+  0xfe,0x30,0x27,0x14,0xed,0x86,0x7b,0xe0,0xef,0x1d,0x6e,0xe6,0xb9,0x6,0xd6,0x4,
+  0x2c,0x3a,0x7b,0xc0,0xe1,0xd5,0xdc,0xba,0x2f,0xa5,0x61,0xa3,0x5a,0x46,0xf2,0xb9,
+  0xf5,0xc0,0x92,0x65,0x85,0xe4,0xc0,0x7e,0xf1,0x99,0x80,0xb6,0x45,0x94,0xd5,0x94,
+  0x11,0x96,0x2a,0xb5,0xc8,0xa0,0x67,0x31,0x56,0x73,0x5d,0x44,0x5f,0xe4,0x25,0x93,
+  0x98,0x79,0xeb,0x33,0x34,0x68,0x9d,0x36,0x8f,0x55,0x5b,0x8f,0x63,0xed,0x7c,0x48,
+  0x9f,0x6b,0x65,0x5b,0x8f,0xf0,0x25,0x41,0x1,0x93,0xa8,0xc9,0x25,0x9c,0x61,0x63,
+  0x8a,0xf0,0xa2,0xad,0xd4,0xf2,0xaa,0x5b,0x68,0x25,0x5d,0xc,0xd0,0x40,0x5e,0x72,
+  0x84,0x93,0xe9,0x7b,0x2,0xa9,0x2c,0xc6,0x35,0x7d,0xe,0xe7,0x84,0xe2,0xe7,0xfd,
+  0x5e,0x7d,0x1a,0xbe,0xf5,0xbf,0xf9,0xb7,0x9e,0xe7,0x1d,0xdf,0x86,0x22,0x74,0xc7,
+  0x84,0x15,0xbb,0x2f,0xb0,0x18,0x9b,0x71,0xd7,0x30,0xa4,0x28,0xc1,0x9c,0x65,0x54,
+  0x34,0x7b,0x9f,0x4e,0x75,0xb,0xd0,0xf5,0xcc,0xaa,0x88,0xed,0x36,0xb0,0xd6,0x7a,
+  0xcb,0x75,0x4d,0x76,0xc1,0xfb,0x8a,0xe6,0x87,0x7f,0xd3,0xb7,0xea,0x9d,0xe5,0x2e,
+  0x25,0x86,0xed,0xc2,0x76,0x90,0x33,0x27,0xd9,0xf7,0xb5,0xde,0x58,0x46,0xe0,0x35,
+  0x70,0x7e,0x32,0xa7,0xff,0xcc,0x9b,0xf3,0x18,0x69,0xe7,0xcd,0x56,0x59,0x1f,0x72,
+  0x26,0x39,0xc5,0x2e,0xe5,0x51,0x53,0xef,0xd1,0xb2,0xf1,0xbc,0x4a,0x21,0xe5,0x2d,
+  0xa0,0xdc,0xf0,0x4a,0xd7,0x69,0xad,0xd9,0x75,0x37,0x35,0x3b,0xfd,0x81,0x55,0x64,
+  0x6a,0x6b,0xe7,0x28,0xba,0xc6,0xc6,0x2c,0xbf,0x5a,0x40,0x91,0x4e,0xac,0x3a,0xab,
+  0x7e,0xbf,0xaa,0x4a,0xbe,0xcc,0x8c,0xca,0xf3,0xca,0x1,0x1b,0xad,0xc0,0xe6,0x2c,
+  0x56,0xbc,0x79,0x2e,0x5b,0xe9,0x79,0x39,0x95,0x74,0x26,0x96,0xf6,0xbd,0x8f,0x75,
+  0x29,0x4d,0x1a,0x59,0xd6,0xc1,0xfa,0x15,0x36,0xac,0xdb,0xe8,0x17,0x85,0xfa,0xc0,
+  0xb9,0xa2,0x1c,0xa2,0x7c,0xa4,0x7b,0x93,0xa2,0xae,0xb1,0x81,0xc0,0x12,0xff,0xd5,
+  0x6,0xb,0x48,0x89,0xa1,0xc3,0x20,0xb9,0x2d,0xeb,0x1b,0xac,0x9b,0x57,0xd2,0x95,
+  0xb5,0xe7,0xa7,0xc6,0x1f,0x3c,0x93,0x1b,0xe1,
   
 };
 
@@ -197,7 +87,7 @@ static const unsigned char qt_resource_struct[] = {
   // :
   0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,
   // :/main.qml
-  0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
+  0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
 
 };
 

binární
qmlplugin/build-Demo-TC_L44104_C493_QT57-Debug/qrc_qml.o