QTfrontend/ui/widget/gamecfgwidget.h
branchios-develop
changeset 13418 ba39a1d396c0
parent 13268 0f7623f722dc
child 14518 5230c063214a
equal deleted inserted replaced
13416:6e8b807bda4b 13418:ba39a1d396c0
    45         quint32 getInitHealth() const;
    45         quint32 getInitHealth() const;
    46         QByteArray getFullConfig() const;
    46         QByteArray getFullConfig() const;
    47         QComboBox * Scripts;
    47         QComboBox * Scripts;
    48         QComboBox * GameSchemes;
    48         QComboBox * GameSchemes;
    49         QComboBox * WeaponsName;
    49         QComboBox * WeaponsName;
       
    50         QPushButton * goToSchemePage;
       
    51         QPushButton * goToWeaponPage;
       
    52         QLabel * ScriptsLabel;
       
    53         QLabel * GameSchemesLabel;
       
    54         QLabel * WeaponsNameLabel;
    50         HWMapContainer* pMapContainer;
    55         HWMapContainer* pMapContainer;
    51         QVariant schemeData(int column) const;
    56         QVariant schemeData(int column) const;
    52         bool isMaster();
    57         bool isMaster();
    53 
    58 
    54     public slots:
    59     public slots:
    91         bool m_master;
    96         bool m_master;
    92         QList<QWidget *> m_childWidgets;
    97         QList<QWidget *> m_childWidgets;
    93         QGridLayout * GBoxOptionsLayout;
    98         QGridLayout * GBoxOptionsLayout;
    94         QWidget * OptionsInnerContainer;
    99         QWidget * OptionsInnerContainer;
    95         QWidget * StackContainer;
   100         QWidget * StackContainer;
       
   101         QLabel * lblScript;
       
   102         QLabel * lblScheme;
       
   103         QLabel * lblWeapons;
    96 
   104 
    97         QWidget * mapContainerFree;
   105         QWidget * mapContainerFree;
    98         QWidget * mapContainerTabbed;
   106         QWidget * mapContainerTabbed;
    99         QWidget * optionsContainerFree;
   107         QWidget * optionsContainerFree;
   100         QWidget * optionsContainerTabbed;
   108         QWidget * optionsContainerTabbed;