QTfrontend/teamselhelper.cpp
changeset 1419 8650a8f55006
parent 1395 46fd70de89e2
child 1424 2b45d88716b0
equal deleted inserted replaced
1418:69df8f2a7cba 1419:8650a8f55006
    68 		
    68 		
    69 		changeTeamColor();
    69 		changeTeamColor();
    70 		connect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor()));
    70 		connect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor()));
    71 		mainLayout.addWidget(colorButt);
    71 		mainLayout.addWidget(colorButt);
    72 
    72 
    73 		phhoger=new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this);
    73 		phhoger = new CHedgehogerWidget(QImage(":/res/hh25x25.png"), this);
    74 		connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged()));
    74 		connect(phhoger, SIGNAL(hedgehogsNumChanged()), this, SLOT(hhNumChanged()));
    75 		mainLayout.addWidget(phhoger);
    75 		mainLayout.addWidget(phhoger);
    76 	}
    76 	}
    77 
    77 
    78 	QObject::connect(butt, SIGNAL(clicked()), this, SLOT(activateTeam()));
    78 	QObject::connect(butt, SIGNAL(clicked()), this, SLOT(activateTeam()));