Moved time tab
This commit is contained in:
@@ -682,8 +682,6 @@ void MainWindow::setupUI() {
|
|||||||
speedLayout->addWidget(sliderLabel);
|
speedLayout->addWidget(sliderLabel);
|
||||||
mainLayout->addWidget(speedBox);
|
mainLayout->addWidget(speedBox);
|
||||||
|
|
||||||
tabWidget->addTab(mainTab, "Time");
|
|
||||||
|
|
||||||
QWidget *usersTab = new QWidget;
|
QWidget *usersTab = new QWidget;
|
||||||
QHBoxLayout *usersTabLayout = new QHBoxLayout(usersTab);
|
QHBoxLayout *usersTabLayout = new QHBoxLayout(usersTab);
|
||||||
QVBoxLayout *usersLeftLayout = new QVBoxLayout();
|
QVBoxLayout *usersLeftLayout = new QVBoxLayout();
|
||||||
@@ -771,6 +769,7 @@ void MainWindow::setupUI() {
|
|||||||
|
|
||||||
QWidget *worldTab = new QWidget;
|
QWidget *worldTab = new QWidget;
|
||||||
tabWidget->addTab(worldTab, "World");
|
tabWidget->addTab(worldTab, "World");
|
||||||
|
tabWidget->addTab(mainTab, "Time");
|
||||||
|
|
||||||
QWidget *historyTab = new QWidget;
|
QWidget *historyTab = new QWidget;
|
||||||
QVBoxLayout *historyLayout = new QVBoxLayout(historyTab);
|
QVBoxLayout *historyLayout = new QVBoxLayout(historyTab);
|
||||||
|
|||||||
Reference in New Issue
Block a user