--- a/qmlfrontend/Page1Form.ui.qml Mon Dec 25 00:58:47 2017 +0100
+++ b/qmlfrontend/Page1Form.ui.qml Tue Dec 26 01:36:58 2017 +0100
@@ -3,7 +3,8 @@
import QtQuick.Layouts 1.3
Item {
- property alias button1: button1
+ property alias button1: button1
+ property alias previewImage: previewImage
RowLayout {
anchors.horizontalCenter: parent.horizontalCenter
@@ -15,4 +16,14 @@
text: qsTr("Run")
}
}
+
+ Image {
+ id: previewImage
+ x: 188
+ y: 176
+ width: 256
+ height: 128
+ source: "qrc:/res/iconTime.png"
+ cache: false
+ }
}