QlistWidget and python3.3.4
-
wrote on 14 Mar 2014, 12:31 last edited by
how do I add text in an item for a QlistWidget (pyqt4)
self.listWidget.addItem(item)
item = QtGui.QListWidgetItem()
and when the item in the QlistWidget is clicked it should display the text ?
1/1