QTfrontend/teamselhelper.h
changeset 523 eddcef907b28
parent 486 7ea71cd3acd5
child 1066 1f1b3686a2b0
equal deleted inserted replaced
522:ca089787f59d 523:eddcef907b28
    46 {
    46 {
    47  Q_OBJECT
    47  Q_OBJECT
    48 
    48 
    49  public slots:
    49  public slots:
    50  void changeTeamColor(QColor color=QColor());
    50  void changeTeamColor(QColor color=QColor());
       
    51  void hhNumChanged();
    51 
    52 
    52  private slots:
    53  private slots:
    53  void activateTeam();
    54  void activateTeam();
    54  void hhNumChanged();
       
    55 
    55 
    56  public:
    56  public:
    57  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    57  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    58  void setPlaying(bool isPlaying);
    58  void setPlaying(bool isPlaying);
    59  void setHHNum(unsigned int num);
    59  void setHHNum(unsigned int num);