- Added columns width saving to torrent addition dialog

- Fixed column width saving in torrent properties
- Code Cleanup
This commit is contained in:
Christophe Dumez
2009-11-11 14:19:44 +00:00
parent 5d09f89a0f
commit 743d54a745
3 changed files with 27 additions and 6 deletions

View File

@@ -43,7 +43,7 @@
#include "misc.h"
// Defines for properties list columns
enum PropColumn {NAME, SIZE, PROGRESS, PRIORITY, INDEX};
enum PropColumn {NAME, SIZE, PROGRESS, PRIORITY};
enum PropPriority {IGNORED=0, NORMAL=1, HIGH=2, MAXIMUM=7};
class PropListDelegate: public QItemDelegate {