src/eric7/Testing/TestResultsTree.py

branch
eric7
changeset 10069
435cc5875135
parent 10020
3f2e1d0ef4e2
child 10079
0222a480e93d
child 10404
f7d9c31f0c38
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
455 self.doubleClicked.connect(self.__gotoTestDefinition) 455 self.doubleClicked.connect(self.__gotoTestDefinition)
456 self.customContextMenuRequested.connect(self.__showContextMenu) 456 self.customContextMenuRequested.connect(self.__showContextMenu)
457 457
458 self.header().sortIndicatorChanged.connect(self.sortByColumn) 458 self.header().sortIndicatorChanged.connect(self.sortByColumn)
459 self.header().sortIndicatorChanged.connect( 459 self.header().sortIndicatorChanged.connect(
460 lambda column, order: self.header().setSortIndicatorShown(True) 460 lambda col, order: self.header().setSortIndicatorShown(True) # noqa: U100
461 ) 461 )
462 462
463 def reset(self): 463 def reset(self):
464 """ 464 """
465 Public method to reset the internal state of the view. 465 Public method to reset the internal state of the view.

eric ide

mercurial