QTfrontend/ui/page/pageeditteam.h
changeset 8374 3a1708759c4f
parent 8346 3443e0de2c9d
child 9080 9b42757d7e71
equal deleted inserted replaced
8372:3c193ec03e09 8374:3a1708759c4f
    27 
    27 
    28 #include "team.h"
    28 #include "team.h"
    29 
    29 
    30 class SquareLabel;
    30 class SquareLabel;
    31 class KeyBinder;
    31 class KeyBinder;
       
    32 class HatButton;
    32 
    33 
    33 class PageEditTeam : public AbstractPage
    34 class PageEditTeam : public AbstractPage
    34 {
    35 {
    35         Q_OBJECT
    36         Q_OBJECT
    36 
    37 
    59         QComboBox *CBVoicepack;
    60         QComboBox *CBVoicepack;
    60         QGroupBox *GBoxBinds;
    61         QGroupBox *GBoxBinds;
    61         QToolBox *BindsBox;
    62         QToolBox *BindsBox;
    62         QLineEdit * TeamNameEdit;
    63         QLineEdit * TeamNameEdit;
    63         QLineEdit * HHNameEdit[HEDGEHOGS_PER_TEAM];
    64         QLineEdit * HHNameEdit[HEDGEHOGS_PER_TEAM];
    64         QComboBox * HHHats[HEDGEHOGS_PER_TEAM];
    65         HatButton * HHHats[HEDGEHOGS_PER_TEAM];
    65         HWTeam data();
    66         HWTeam data();
    66         QString m_playerHash;
    67         QString m_playerHash;
    67         KeyBinder * binder;
    68         KeyBinder * binder;
    68 
    69 
    69         QLayout * bodyLayoutDefinition();
    70         QLayout * bodyLayoutDefinition();