equal
deleted
inserted
replaced
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); |
|
237 btnSetup->setText(QPushButton::tr("Setup")); |
|
238 connect(btnSetup, SIGNAL(clicked()), this, SIGNAL(SetupClicked())); |
|
239 mainLayout.addWidget(btnSetup); |
|
240 } |
236 } |
241 |
237 |
242 void TeamSelWidget::setAcceptOuter(bool acceptOuter) |
238 void TeamSelWidget::setAcceptOuter(bool acceptOuter) |
243 { |
239 { |
244 m_acceptOuter=acceptOuter; |
240 m_acceptOuter=acceptOuter; |