mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Add style comboBox
Took 12 minutes Took 3 seconds Took 2 minutes
This commit is contained in:
parent
3ea298bfef
commit
79bb8a9572
4 changed files with 75 additions and 17 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue