--- a/QTfrontend/ui/widget/gamecfgwidget.h Sun Jun 10 18:56:51 2018 +0200
+++ b/QTfrontend/ui/widget/gamecfgwidget.h Sun Jun 10 19:12:26 2018 +0200
@@ -47,6 +47,11 @@
QComboBox * Scripts;
QComboBox * GameSchemes;
QComboBox * WeaponsName;
+ QPushButton * goToSchemePage;
+ QPushButton * goToWeaponPage;
+ QLabel * ScriptsLabel;
+ QLabel * GameSchemesLabel;
+ QLabel * WeaponsNameLabel;
HWMapContainer* pMapContainer;
QVariant schemeData(int column) const;
bool isMaster();
@@ -93,6 +98,9 @@
QGridLayout * GBoxOptionsLayout;
QWidget * OptionsInnerContainer;
QWidget * StackContainer;
+ QLabel * lblScript;
+ QLabel * lblScheme;
+ QLabel * lblWeapons;
QWidget * mapContainerFree;
QWidget * mapContainerTabbed;