QTfrontend/ui/widget/gamecfgwidget.h
changeset 13263 0f7623f722dc
parent 13244 d49bd0dd735d
child 14513 5230c063214a
equal deleted inserted replaced
13262:2877c1ec5877 13263:0f7623f722dc
    47         QComboBox * Scripts;
    47         QComboBox * Scripts;
    48         QComboBox * GameSchemes;
    48         QComboBox * GameSchemes;
    49         QComboBox * WeaponsName;
    49         QComboBox * WeaponsName;
    50         QPushButton * goToSchemePage;
    50         QPushButton * goToSchemePage;
    51         QPushButton * goToWeaponPage;
    51         QPushButton * goToWeaponPage;
       
    52         QLabel * ScriptsLabel;
       
    53         QLabel * GameSchemesLabel;
       
    54         QLabel * WeaponsNameLabel;
    52         HWMapContainer* pMapContainer;
    55         HWMapContainer* pMapContainer;
    53         QVariant schemeData(int column) const;
    56         QVariant schemeData(int column) const;
    54         bool isMaster();
    57         bool isMaster();
    55 
    58 
    56     public slots:
    59     public slots: