[PyKDE] Re: iterating over a QListView

2005-02-22 Thread David Boddie
On Tue, 22 Feb 2005, Christopher J. Bottaro wrote: > Right, but what I meant was does PyQt turn those iterator classes into > "Python iterables".  By that I mean, can they be used in a for loop such > as: > > # lv is a QListView > for lvi in QListViewItemIterator(lv): >   # do something with the l

[PyKDE] Re: iterating over a QListView

2005-02-22 Thread Christopher J. Bottaro
On Tuesday 22 February 2005 3:10 pm, Jim Bublitz wrote: > On Tuesday 22 February 2005 11:35, Christopher J. Bottaro wrote: > > Forgot to answer this: > > This question goes for all Qt iterator classes (i.e. are they turned into > > Python iterables by PyQt?). > > QlistViewItemIterator is implemente