mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- Managed to get the transfer list filters working :)
This commit is contained in:
parent
a0beccc04b
commit
6b8521355f
4 changed files with 50 additions and 18 deletions
|
@ -40,6 +40,8 @@ class QSortFilterProxyModel;
|
|||
class bittorrent;
|
||||
class QTimer;
|
||||
|
||||
enum TorrentFilter {ALL, DOWNLOADING, COMPLETED, ACTIVE, INACTIVE };
|
||||
|
||||
class TransferListWidget: public QTreeView {
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -97,6 +99,7 @@ public slots:
|
|||
void previewSelectedTorrents();
|
||||
void hidePriorityColumn(bool hide);
|
||||
void displayDLHoSMenu(const QPoint&);
|
||||
void applyFilter(int f);
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue