On 4/23/08, Dirk Reisnauer <[EMAIL PROTECTED]> wrote: > try this... > > items = [] > for index in xrange(self.listWidget.count()): > items.append(self.listWidget.item(index))
That did cross my mind, but it seems somehow inefficient. For now I'm just storing all QListWidgetItems I create in a list, and use that. -- Mosor _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
