25 QPoint, |
25 QPoint, |
26 ) |
26 ) |
27 from PyQt6.QtGui import QBrush, QColor |
27 from PyQt6.QtGui import QBrush, QColor |
28 from PyQt6.QtWidgets import QMenu, QTreeView |
28 from PyQt6.QtWidgets import QMenu, QTreeView |
29 |
29 |
30 from EricWidgets.EricApplication import ericApp |
30 from eric7.EricWidgets.EricApplication import ericApp |
31 |
31 |
32 import Preferences |
32 from eric7 import Preferences |
33 |
33 |
34 from .Interfaces.TestExecutorBase import TestResultCategory |
34 from .Interfaces.TestExecutorBase import TestResultCategory |
35 |
35 |
36 TopLevelId = 2**32 - 1 |
36 TopLevelId = 2**32 - 1 |
37 |
37 |