comparison: eric7/Tasks/Task.py
eric7/Tasks/Task.py
- branch
- eric7
- changeset 8410
- f8d97f05f883
- parent 8375
- 057f17f82bee
- child 8881
- 54e42bc2437a
equal
deleted
inserted
replaced
39 HIGH = 0 |
39 HIGH = 0 |
40 NORMAL = 1 |
40 NORMAL = 1 |
41 LOW = 2 |
41 LOW = 2 |
42 |
42 |
43 |
43 |
44 # NOTE: eric7: separate into Task and TaskItem(QTreeWidgetItem) |
|
45 class Task(QTreeWidgetItem): |
44 class Task(QTreeWidgetItem): |
46 """ |
45 """ |
47 Class implementing the task data structure. |
46 Class implementing the task data structure. |
48 """ |
47 """ |
49 TaskType2IconName = { |
48 TaskType2IconName = { |