src/eric7/Testing/TestResultsTree.py

branch
eric7
changeset 9413
80c06d472826
parent 9221
bf71ee032bb4
child 9442
906485dcd210
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
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