RefactoringRope/MatchesDialog.py

branch
eric7
changeset 413
a4cba20ad7ab
parent 412
6fa5892b9097
child 426
7592a1c052e8
equal deleted inserted replaced
412:6fa5892b9097 413:a4cba20ad7ab
68 QHeaderView.ResizeMode.ResizeToContents 68 QHeaderView.ResizeMode.ResizeToContents
69 ) 69 )
70 self.matchesList.header().setStretchLastSection(True) 70 self.matchesList.header().setStretchLastSection(True)
71 71
72 @pyqtSlot(QTreeWidgetItem, int) 72 @pyqtSlot(QTreeWidgetItem, int)
73 def on_matchesList_itemActivated(self, item, column): 73 def on_matchesList_itemActivated(self, item, column): # noqa: U100
74 """ 74 """
75 Private slot to handle the itemActivated signal of the list. 75 Private slot to handle the itemActivated signal of the list.
76 76
77 @param item reference to the activated item 77 @param item reference to the activated item
78 @type QTreeWidgetItem 78 @type QTreeWidgetItem

eric ide

mercurial