qmlfrontend/Page1Form.ui.qml
changeset 16010 a73b9770467a
parent 14915 a3ad06ac390e
child 16012 caba603f461f
equal deleted inserted replaced
16006:1f9f971adec4 16010:a73b9770467a
    18   ColumnLayout {
    18   ColumnLayout {
    19     anchors.fill: parent
    19     anchors.fill: parent
    20 
    20 
    21     RowLayout {
    21     RowLayout {
    22       Layout.alignment: Qt.AlignHCenter
    22       Layout.alignment: Qt.AlignHCenter
       
    23       Layout.fillHeight: false
    23 
    24 
    24       Button {
    25       Button {
    25         id: button1
    26         id: button1
    26         text: qsTr("Preview")
    27         text: qsTr("Preview")
    27       }
    28       }
    78     GameView {
    79     GameView {
    79       id: gameView
    80       id: gameView
    80 
    81 
    81       Layout.fillWidth: true
    82       Layout.fillWidth: true
    82       Layout.fillHeight: true
    83       Layout.fillHeight: true
       
    84 
       
    85       MouseArea {
       
    86         anchors.fill: parent
       
    87       }
    83     }
    88     }
    84   }
    89   }
    85 
    90 
    86   Button {
    91   Button {
    87     id: netButton
    92     id: netButton