QTfrontend/ui/widget/teamselect.cpp
changeset 8424 225ede46e3dc
parent 8140 a098374b847b
child 8430 5a5c34a75e1a
equal deleted inserted replaced
8423:8aa450f6cf2c 8424:225ede46e3dc
   271     numTeamNotice = new QLabel("Two teams are required to play!");
   271     numTeamNotice = new QLabel("Two teams are required to play!");
   272     mainLayout.addWidget(numTeamNotice);
   272     mainLayout.addWidget(numTeamNotice);
   273 
   273 
   274     QPalette p;
   274     QPalette p;
   275     p.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00));
   275     p.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00));
   276     addScrArea(framePlaying, p.color(QPalette::Window).light(105), 250);
   276     addScrArea(framePlaying, p.color(QPalette::Window).light(105), 150);
   277     addScrArea(frameDontPlaying, p.color(QPalette::Window).dark(105), 0);
   277     addScrArea(frameDontPlaying, p.color(QPalette::Window).dark(105), 0);
   278 }
   278 }
   279 
   279 
   280 void TeamSelWidget::setAcceptOuter(bool acceptOuter)
   280 void TeamSelWidget::setAcceptOuter(bool acceptOuter)
   281 {
   281 {