qmlfrontend/Page1Form.ui.qml
branchqmlfrontend
changeset 12863 fe16fa088b69
parent 12861 488782d9aba9
child 12876 b544bbbd0696
equal deleted inserted replaced
12861:488782d9aba9 12863:fe16fa088b69
     3 import QtQuick.Layouts 1.3
     3 import QtQuick.Layouts 1.3
     4 
     4 
     5 Item {
     5 Item {
     6   property alias button1: button1
     6   property alias button1: button1
     7   property alias previewImage: previewImage
     7   property alias previewImage: previewImage
       
     8   property alias gameButton: gameButton
     8 
     9 
     9     RowLayout {
    10     RowLayout {
    10         anchors.horizontalCenter: parent.horizontalCenter
    11         anchors.horizontalCenter: parent.horizontalCenter
    11         anchors.topMargin: 20
    12         anchors.topMargin: 20
    12         anchors.top: parent.top
    13         anchors.top: parent.top
    13 
    14 
    14         Button {
    15         Button {
    15             id: button1
    16           id: button1
    16             text: qsTr("Run")
    17           text: qsTr("Preview")
       
    18         }
       
    19 
       
    20         Button {
       
    21             id: gameButton
       
    22             text: qsTr("Game")
    17         }
    23         }
    18     }
    24     }
    19 
    25 
    20     Image {
    26     Image {
    21         id: previewImage
    27         id: previewImage