qmlfrontend/Page1Form.ui.qml
branchqmlfrontend
changeset 12863 fe16fa088b69
parent 12861 488782d9aba9
child 12876 b544bbbd0696
--- 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")
         }
     }