mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Allow styling with QSS stylesheets
This commit is contained in:
@@ -98,6 +98,10 @@ public:
|
||||
// General options
|
||||
QString getLocale() const;
|
||||
void setLocale(const QString &locale);
|
||||
bool useCustomUITheme() const;
|
||||
void setUseCustomUITheme(bool use);
|
||||
QString customUIThemePath() const;
|
||||
void setCustomUIThemePath(const QString &path);
|
||||
bool deleteTorrentFilesAsDefault() const;
|
||||
void setDeleteTorrentFilesAsDefault(bool del);
|
||||
bool confirmOnExit() const;
|
||||
|
||||
Reference in New Issue
Block a user