pyqt: multiple selections in QListView

Bob Parnes rparnes at megalink.net
Wed Jul 14 18:38:01 EDT 2004


On Tue, Jul 13, 2004 at 08:29:07AM +0100, Phil Thompson wrote:
> 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

Thanks very much. I am using v3.8 on a debian computer. I'll try to
upgrade.

Bob
-- 
Bob Parnes
rparnes at megalink.net



More information about the Python-list mailing list