I want to add double clicked attribute for my QListWidget objects.
My command line does not work:
self.connect(self.listWidget, QtCore.SIGNAL("itemDoubleClicked(QtGui.QListWidgetItem)"), self.showItem)
How to add double clicked attribute ? How to give object parameter to QtCore.SIGNAL.