qmlfrontend/Page1Form.ui.qml
changeset 14915 a3ad06ac390e
parent 14298 00b56ec8b7df
child 16010 a73b9770467a
--- a/qmlfrontend/Page1Form.ui.qml	Sat May 11 20:43:12 2019 +0200
+++ b/qmlfrontend/Page1Form.ui.qml	Sat May 11 22:39:55 2019 +0200
@@ -5,11 +5,13 @@
 import Hedgewars.Engine 1.0
 
 Item {
+  id: element
   property alias button1: button1
   property alias previewImage: previewImage
   property alias gameButton: gameButton
   width: 1024
   height: 800
+  property alias netButton: netButton
   property alias tickButton: tickButton
   property alias gameView: gameView
 
@@ -80,4 +82,13 @@
       Layout.fillHeight: true
     }
   }
+
+  Button {
+    id: netButton
+    text: qsTr("Net")
+    anchors.bottom: parent.bottom
+    anchors.bottomMargin: 8
+    anchors.left: parent.left
+    anchors.leftMargin: 8
+  }
 }