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 |