pyqt: multiple selections in QListView

Phil Thompson phil at riverbankcomputing.co.uk
Tue Jul 13 03:29:07 EDT 2004


On Tuesday 13 July 2004 1:53 am, Bob Parnes wrote:
> I cannot find a reference on identifying multiple selections in
> QListView. Apparently one has to iterate through all the items and test
> each individually, but I don't know how to do the iteration. The qt3
> documentation suggests QListViewItemIterator, but this does not seem to
> be available in python.

QListViewIterator was added to PyQt v3.9 (current version is v3.12).

Phil



More information about the Python-list mailing list