--- 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;