diff -r b8871dd33ec4 -r 21be7838a127 qmlfrontend/Page1Form.ui.qml --- a/qmlfrontend/Page1Form.ui.qml Sun Nov 25 05:52:06 2018 +0300 +++ b/qmlfrontend/Page1Form.ui.qml Sun Nov 25 22:32:49 2018 +0100 @@ -11,8 +11,8 @@ width: 1024 height: 800 property alias tickButton: tickButton + property alias gameView: gameView - //property alias item1: item1 ColumnLayout { anchors.fill: parent @@ -73,13 +73,11 @@ } } } - /* - GameView { - id: item1 - x: 8 - y: 154 - width: 1008 - height: 638 - } - */ + GameView { + id: gameView + x: 8 + y: 154 + width: 1008 + height: 638 + } }