QTfrontend/teamselhelper.h
changeset 341 184230eb4151
parent 207 287077789132
child 352 4665bfe25470
equal deleted inserted replaced
340:f5d4db927eba 341:184230eb4151
    51  void changeTeamColor();
    51  void changeTeamColor();
    52 
    52 
    53  public:
    53  public:
    54  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    54  TeamShowWidget(HWTeam team, bool isPlaying, QWidget * parent);
    55  void setPlaying(bool isPlaying);
    55  void setPlaying(bool isPlaying);
    56  HWTeamTempParams getTeamParams() const;
    56 
    57  
       
    58  private:
    57  private:
    59  TeamShowWidget();
    58  TeamShowWidget();
    60  QHBoxLayout mainLayout;
    59  QHBoxLayout mainLayout;
    61  HWTeam m_team;
    60  HWTeam m_team;
    62  bool m_isPlaying;
    61  bool m_isPlaying;