equal
deleted
inserted
replaced
73 connect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor())); |
73 connect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor())); |
74 mainLayout.addWidget(colorButt); |
74 mainLayout.addWidget(colorButt); |
75 |
75 |
76 phhoger = new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this); |
76 phhoger = new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this); |
77 connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged())); |
77 connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged())); |
|
78 phhoger->setHHNum(team.numHedgehogs); |
78 mainLayout.addWidget(phhoger); |
79 mainLayout.addWidget(phhoger); |
79 } else { |
80 } else { |
80 } |
81 } |
81 |
82 |
82 QObject::connect(butt, SIGNAL(clicked()), this, SLOT(activateTeam())); |
83 QObject::connect(butt, SIGNAL(clicked()), this, SLOT(activateTeam())); |