equal
deleted
inserted
replaced
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 |