We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1a2ef commit 6ddcf98Copy full SHA for 6ddcf98
src/sextante/gui/HistoryDialog.py
@@ -18,7 +18,7 @@ def setupUi(self):
18
self.tree.setHeaderHidden(True)
19
self.tree.doubleClicked.connect(self.executeAlgorithm)
20
self.verticalLayout.addWidget(self.tree)
21
- QObject.connect(self.tree, QtCore.SIGNAL("itemClicked(QTreeWidgetItem*, int)"), self.changeText)
+ self.tree.currentItemChanged.connect(self.changeText)
22
self.groupIcon = QtGui.QIcon()
23
self.groupIcon.addPixmap(self.style().standardPixmap(QtGui.QStyle.SP_DirClosedIcon),
24
QtGui.QIcon.Normal, QtGui.QIcon.Off)
0 commit comments