Allow styling with QSS stylesheets

This commit is contained in:
Prince Gupta 2019-07-09 19:56:55 +05:30
commit a24925c858
10 changed files with 292 additions and 56 deletions

View file

@ -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;