QTfrontend/teamselhelper.h
changeset 362 b28e0dd48269
parent 352 4665bfe25470
child 372 4bac77f8cd38
equal deleted inserted replaced
361:c3eebac100c0 362:b28e0dd48269
    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  void setHHNum(unsigned int num);
    56  void setHHNum(unsigned int num);
       
    57  void setNonInteractive();
    57 
    58 
    58  private:
    59  private:
    59  TeamShowWidget();
    60  TeamShowWidget();
    60  QHBoxLayout mainLayout;
    61  QHBoxLayout mainLayout;
    61  HWTeam m_team;
    62  HWTeam m_team;
    62  bool m_isPlaying;
    63  bool m_isPlaying;
    63  CHedgehogerWidget* phhoger;
    64  CHedgehogerWidget* phhoger;
    64  QPushButton* colorButt;
    65  QPushButton* colorButt;
       
    66  QPushButton* butt;
       
    67  QPushButton* bText;
    65 
    68 
    66  private slots:
    69  private slots:
    67   void hhNumChanged();
    70   void hhNumChanged();
    68 
    71 
    69  signals:
    72  signals: