mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
committed by
GitHub
parent
e4313d6651
commit
dcf3e97291
@@ -424,6 +424,14 @@ public:
|
||||
bool getSpeedWidgetGraphEnable(int id) const;
|
||||
void setSpeedWidgetGraphEnable(int id, bool enable);
|
||||
|
||||
// AddNewTorrentDialog
|
||||
bool isAddNewTorrentDialogEnabled() const;
|
||||
void setAddNewTorrentDialogEnabled(bool value);
|
||||
bool isAddNewTorrentDialogTopLevel() const;
|
||||
void setAddNewTorrentDialogTopLevel(bool value);
|
||||
int addNewTorrentDialogSavePathHistoryLength() const;
|
||||
void setAddNewTorrentDialogSavePathHistoryLength(int value);
|
||||
|
||||
public slots:
|
||||
void setStatusFilterState(bool checked);
|
||||
void setCategoryFilterState(bool checked);
|
||||
|
||||
Reference in New Issue
Block a user