diff --git a/launcher/mainwindow_moc.ui b/launcher/mainwindow_moc.ui index fb91bf373..2cfc6242e 100644 --- a/launcher/mainwindow_moc.ui +++ b/launcher/mainwindow_moc.ui @@ -206,7 +206,7 @@ - Start game + Game diff --git a/launcher/startGame/StartGameTab.cpp b/launcher/startGame/StartGameTab.cpp index b14b2174a..9c55cd796 100644 --- a/launcher/startGame/StartGameTab.cpp +++ b/launcher/startGame/StartGameTab.cpp @@ -15,6 +15,10 @@ StartGameTab::StartGameTab(QWidget * parent) { ui->setupUi(this); + ui->buttonGameResume->setIcon(QIcon{":/icons/menu-game.png"}); //TODO: different icon? + ui->buttonGameStart->setIcon(QIcon{":/icons/menu-game.png"}); + ui->buttonGameEditor->setIcon(QIcon{":/icons/menu-editor.png"}); + refreshState(); ui->buttonGameResume->setVisible(false); // TODO: implement diff --git a/launcher/startGame/StartGameTab.ui b/launcher/startGame/StartGameTab.ui index d07574af2..d450746bd 100644 --- a/launcher/startGame/StartGameTab.ui +++ b/launcher/startGame/StartGameTab.ui @@ -749,7 +749,7 @@ - + 0 @@ -765,10 +765,19 @@ Resume + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + - + 0 @@ -781,13 +790,27 @@ 100 + + + true + + Play + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon + - + 0 @@ -803,6 +826,15 @@ Editor + + + 64 + 64 + + + + Qt::ToolButtonTextUnderIcon +