Shawn Driscoll's Tech Blog


Stuff That Happened in the Past

Tuesday, March 25, 2014

Python: How Do I Display a List From PyQt4's QListWidgetItem()?



You may have to change self.listWidget.item() to PyQt4.QtGui.QListWidgetItem() for your situation.

No comments:

Post a Comment