equal
deleted
inserted
replaced
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 { |