mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Allow styling with QSS stylesheets
This commit is contained in:
parent
33b225ac6d
commit
a24925c858
10 changed files with 292 additions and 56 deletions
|
@ -117,6 +117,7 @@ private:
|
|||
void saveOptions();
|
||||
void loadOptions();
|
||||
void initializeLanguageCombo();
|
||||
void initializeThemeCombo();
|
||||
static QString languageToLocalizedString(const QLocale &locale);
|
||||
// General options
|
||||
QString getLocale() const;
|
||||
|
@ -183,6 +184,7 @@ private:
|
|||
AdvancedSettings *m_advancedSettings;
|
||||
QList<QString> m_addedScanDirs;
|
||||
QList<QString> m_removedScanDirs;
|
||||
QString m_uiThemeFilePath;
|
||||
};
|
||||
|
||||
#endif // OPTIONSDIALOG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue