qBittorrent
proplistdelegate.h File Reference
#include <QStyledItemDelegate>
#include "gui/progressbarpainter.h"
Include dependency graph for proplistdelegate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PropListDelegate
 

Enumerations

enum  PropColumn {
  NAME , PCSIZE , PROGRESS , PRIORITY ,
  REMAINING , AVAILABILITY
}
 

Enumeration Type Documentation

◆ PropColumn

enum PropColumn
Enumerator
NAME 
PCSIZE 
PROGRESS 
PRIORITY 
REMAINING 
AVAILABILITY 

Definition at line 42 of file proplistdelegate.h.

43 {
44  NAME,
45  PCSIZE,
46  PROGRESS,
47  PRIORITY,
48  REMAINING,
50 };
@ PRIORITY
@ AVAILABILITY
@ PCSIZE
@ NAME
@ REMAINING
@ PROGRESS