src/eric7/Testing/TestResultsTree.py

branch
eric7-maintenance
changeset 9442
906485dcd210
parent 9264
18a7312cfdb3
parent 9413
80c06d472826
child 9549
67295777d9fe
equal deleted inserted replaced
9379:f23c43e18046 9442:906485dcd210
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

eric ide

mercurial