--- a/qmlfrontend/Page1Form.ui.qml Tue Dec 26 01:36:58 2017 +0100
+++ b/qmlfrontend/Page1Form.ui.qml Wed Dec 27 00:59:26 2017 +0100
@@ -5,6 +5,7 @@
Item {
property alias button1: button1
property alias previewImage: previewImage
+ property alias gameButton: gameButton
RowLayout {
anchors.horizontalCenter: parent.horizontalCenter
@@ -12,8 +13,13 @@
anchors.top: parent.top
Button {
- id: button1
- text: qsTr("Run")
+ id: button1
+ text: qsTr("Preview")
+ }
+
+ Button {
+ id: gameButton
+ text: qsTr("Game")
}
}