Rework the settings user interface (#3534)

This commit is contained in:
TheKodeToad 2025-06-01 22:46:40 +00:00 committed by GitHub
commit 142a73888d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 5591 additions and 2523 deletions

View file

@ -379,7 +379,7 @@ MainWindow::MainWindow(QWidget* parent) : QMainWindow(parent), ui(new Ui::MainWi
connect(APPLICATION->instances().get(), &InstanceList::instanceSelectRequest, this, &MainWindow::instanceSelectRequest);
// When the global settings page closes, we want to know about it and update our state
connect(APPLICATION, &Application::globalSettingsClosed, this, &MainWindow::globalSettingsClosed);
connect(APPLICATION, &Application::globalSettingsApplied, this, &MainWindow::globalSettingsClosed);
m_statusLeft = new QLabel(tr("No instance selected"), this);
m_statusCenter = new QLabel(tr("Total playtime: 0s"), this);