QTfrontend/ui/page/pageeditteam.h
changeset 12250 05f1935175da
parent 12248 07f67ee424dc
child 12669 bc34fc75670e
equal deleted inserted replaced
12249:d23695f96290 12250:05f1935175da
    41         void createTeam(const QString & name, const QString & playerHash);
    41         void createTeam(const QString & name, const QString & playerHash);
    42         void editTeam(const QString & name, const QString & playerHash);
    42         void editTeam(const QString & name, const QString & playerHash);
    43         void deleteTeam(const QString & name);
    43         void deleteTeam(const QString & name);
    44 
    44 
    45     public slots:
    45     public slots:
       
    46         void CBTeamLvl_activated(const int index);
    46         void CBFort_activated(const QString & gravename);
    47         void CBFort_activated(const QString & gravename);
    47 
    48 
    48     private:
    49     private:
    49         QTabWidget * tbw;
    50         QTabWidget * tbw;
    50         QSignalMapper* signalMapper1;
    51         QSignalMapper* signalMapper1;
    54         QGroupBox *GBoxFort;
    55         QGroupBox *GBoxFort;
    55         QComboBox *CBFort;
    56         QComboBox *CBFort;
    56         SquareLabel *FortPreview;
    57         SquareLabel *FortPreview;
    57         QComboBox *CBGrave;
    58         QComboBox *CBGrave;
    58         QComboBox *CBFlag;
    59         QComboBox *CBFlag;
       
    60         QLabel *CPUFlag;
       
    61         QLabel *CPUFlagLabel;
       
    62         QWidget *hboxCPUWidget;
       
    63         QPixmap pixCPU[5];
    59         QComboBox *CBTeamLvl;
    64         QComboBox *CBTeamLvl;
    60         QComboBox *CBVoicepack;
    65         QComboBox *CBVoicepack;
    61         QGroupBox *GBoxBinds;
    66         QGroupBox *GBoxBinds;
    62         QToolBox *BindsBox;
    67         QToolBox *BindsBox;
    63         QLineEdit * TeamNameEdit;
    68         QLineEdit * TeamNameEdit;