mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue