Dockified the game & replay review areas

This commit is contained in:
woogerboy21
2016-01-16 00:54:14 +01:00
committed by Fabio Bas
parent 924bbb2245
commit f57e0454bb
19 changed files with 988 additions and 445 deletions
+6 -2
View File
@@ -140,8 +140,12 @@ TabServer::TabServer(TabSupervisor *_tabSupervisor, AbstractClient *_client, QWi
QVBoxLayout *vbox = new QVBoxLayout;
vbox->addWidget(roomSelector);
vbox->addWidget(serverInfoBox);
setLayout(vbox);
retranslateUi();
QWidget * mainWidget = new QWidget(this);
mainWidget->setLayout(vbox);
setCentralWidget(mainWidget);
}
void TabServer::retranslateUi()