Add style comboBox

Took 12 minutes

Took 3 seconds

Took 2 minutes
This commit is contained in:
Lukas Brübach 2026-06-19 13:25:57 +02:00
parent 3ea298bfef
commit 79bb8a9572
4 changed files with 75 additions and 17 deletions

View file

@ -66,6 +66,8 @@ public:
static bool isDarkMode(const QString &themeDirPath, const QString &userDirPath = {});
static QString userThemeDirFor(const QString &themeName);
QStringMap &getAvailableThemes();
ThemeConfig effectiveThemeConfig(const QString &themeName);
void setStyleName(const QString &styleName);
// Returns the path to the currently active theme directory (empty = default)
QString getCurrentThemePath() const
{