Qt: Add setup wizard

This commit is contained in:
Stenzek
2023-09-02 17:27:34 +10:00
parent 5480e42cd1
commit 4fc984e082
17 changed files with 1475 additions and 53 deletions

View File

@@ -24,4 +24,9 @@ private:
Ui::GeneralSettingsWidget m_ui;
SettingsDialog* m_dialog;
public:
static const char* THEME_NAMES[];
static const char* THEME_VALUES[];
static const char* DEFAULT_THEME_NAME;
};