src/eric7/Testing/TestResultsTree.py

branch
eric7
changeset 10405
df7e1694d0eb
parent 10404
f7d9c31f0c38
child 10427
3733e2b23cf7
equal deleted inserted replaced
10404:f7d9c31f0c38 10405:df7e1694d0eb
476 @type str 476 @type str
477 """ 477 """
478 self.__statusFilterString = filterString 478 self.__statusFilterString = filterString
479 self.invalidateRowsFilter() 479 self.invalidateRowsFilter()
480 480
481
481 class TestResultsTreeView(QTreeView): 482 class TestResultsTreeView(QTreeView):
482 """ 483 """
483 Class implementing a tree view to show the test result data. 484 Class implementing a tree view to show the test result data.
484 485
485 @signal goto(str, int) emitted to go to the position given by file name 486 @signal goto(str, int) emitted to go to the position given by file name

eric ide

mercurial