QTfrontend/ui/widget/gamecfgwidget.h
branchios-develop
changeset 13418 ba39a1d396c0
parent 13268 0f7623f722dc
child 14518 5230c063214a
--- 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;