- Managed to get the transfer list filters working :)

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

View File

@@ -40,16 +40,7 @@
#include "misc.h"
// Defines for download list list columns
#define NAME 0
#define SIZE 1
#define PROGRESS 2
#define DLSPEED 3
#define UPSPEED 4
#define SEEDSLEECH 5
#define RATIO 6
#define ETA 7
#define PRIORITY 8
#define HASH 9
enum Column {NAME, SIZE, PROGRESS, DLSPEED, UPSPEED, SEEDSLEECH, RATIO, ETA, PRIORITY, HASH, STATUS};
class TransferListDelegate: public QItemDelegate {
Q_OBJECT