QTfrontend/teamselect.cpp
changeset 2377 f3fab2b09e0c
parent 2110 df2a1fe3617a
child 2522 42986b9ebc74
equal deleted inserted replaced
2376:ece7b87f1334 2377:f3fab2b09e0c
   226   QGroupBox(parent), mainLayout(this), m_acceptOuter(false)
   226   QGroupBox(parent), mainLayout(this), m_acceptOuter(false)
   227 {
   227 {
   228 	setTitle(QGroupBox::tr("Playing teams"));
   228 	setTitle(QGroupBox::tr("Playing teams"));
   229 	framePlaying = new FrameTeams();
   229 	framePlaying = new FrameTeams();
   230 	frameDontPlaying = new FrameTeams();
   230 	frameDontPlaying = new FrameTeams();
   231 	
   231 
   232 	QPalette p;
   232 	QPalette p;
   233 	p.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00));
   233 	p.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00));
   234 	addScrArea(framePlaying, p.color(QPalette::Window).light(105), 250);
   234 	addScrArea(framePlaying, p.color(QPalette::Window).light(105), 250);
   235 	addScrArea(frameDontPlaying, p.color(QPalette::Window).dark(105), 0);
   235 	addScrArea(frameDontPlaying, p.color(QPalette::Window).dark(105), 0);
   236 	QPushButton * btnSetup = new QPushButton(this);
   236 	QPushButton * btnSetup = new QPushButton(this);