QTfrontend/ui/widget/gamecfgwidget.h
changeset 13244 d49bd0dd735d
parent 12811 de3cbbb09915
child 13263 0f7623f722dc
--- a/QTfrontend/ui/widget/gamecfgwidget.h	Sat Mar 17 22:26:02 2018 +0100
+++ b/QTfrontend/ui/widget/gamecfgwidget.h	Sun Mar 18 00:24:15 2018 +0100
@@ -47,6 +47,8 @@
         QComboBox * Scripts;
         QComboBox * GameSchemes;
         QComboBox * WeaponsName;
+        QPushButton * goToSchemePage;
+        QPushButton * goToWeaponPage;
         HWMapContainer* pMapContainer;
         QVariant schemeData(int column) const;
         bool isMaster();
@@ -93,6 +95,9 @@
         QGridLayout * GBoxOptionsLayout;
         QWidget * OptionsInnerContainer;
         QWidget * StackContainer;
+        QLabel * lblScript;
+        QLabel * lblScheme;
+        QLabel * lblWeapons;
 
         QWidget * mapContainerFree;
         QWidget * mapContainerTabbed;