13 import time |
13 import time |
14 |
14 |
15 from PyQt6.QtCore import Qt, QUuid |
15 from PyQt6.QtCore import Qt, QUuid |
16 from PyQt6.QtWidgets import QTreeWidgetItem |
16 from PyQt6.QtWidgets import QTreeWidgetItem |
17 |
17 |
|
18 from eric7 import Preferences |
18 from eric7.EricGui import EricPixmapCache |
19 from eric7.EricGui import EricPixmapCache |
19 from eric7 import Preferences |
|
20 |
20 |
21 |
21 |
22 class TaskType(enum.IntEnum): |
22 class TaskType(enum.IntEnum): |
23 """ |
23 """ |
24 Class defining the task types. |
24 Class defining the task types. |