Is this what you are looking for?
item = listview.firstChild ()
while item:
if item.isSelected ():
count = count + 1
item = item.nextSibling ()
--pete
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde
- [PyKDE] iterating over ListView John J. Lee
- Re: [PyKDE] iterating over ListView Pete Ware
- Re: [PyKDE] iterating over ListView John J. Lee
