- Managed to get the transfer list filters working :)

This commit is contained in:
Christophe Dumez 2009-11-08 13:19:00 +00:00
commit 6b8521355f
4 changed files with 50 additions and 18 deletions

View file

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