qmlfrontend/Page1Form.ui.qml
changeset 14294 21be7838a127
parent 14154 8354b390f1a2
child 14298 00b56ec8b7df
equal deleted inserted replaced
14293:b8871dd33ec4 14294:21be7838a127
     9   property alias previewImage: previewImage
     9   property alias previewImage: previewImage
    10   property alias gameButton: gameButton
    10   property alias gameButton: gameButton
    11   width: 1024
    11   width: 1024
    12   height: 800
    12   height: 800
    13   property alias tickButton: tickButton
    13   property alias tickButton: tickButton
       
    14   property alias gameView: gameView
    14 
    15 
    15   //property alias item1: item1
       
    16   ColumnLayout {
    16   ColumnLayout {
    17     anchors.fill: parent
    17     anchors.fill: parent
    18 
    18 
    19     RowLayout {
    19     RowLayout {
    20       Layout.alignment: Qt.AlignHCenter
    20       Layout.alignment: Qt.AlignHCenter
    71         fillMode: Image.PreserveAspectFit
    71         fillMode: Image.PreserveAspectFit
    72         cache: false
    72         cache: false
    73       }
    73       }
    74     }
    74     }
    75   }
    75   }
    76   /*
    76   GameView {
    77     GameView {
    77     id: gameView
    78         id: item1
    78     x: 8
    79         x: 8
    79     y: 154
    80         y: 154
    80     width: 1008
    81         width: 1008
    81     height: 638
    82         height: 638
    82   }
    83     }
       
    84     */
       
    85 }
    83 }