[PyQt] QTreeWidgetItemIterator

Peter Shinners peters at imageworks.com
Mon Jul 30 22:33:55 BST 2007


I'm not finding a clean way to iterate over all items inside a 
QTreeWidget. It looks like QTreeWidgetItemIterator matches the C++ API, 
but does not provide a Python iterator.

Am I going to need to call "value()" and operator "+= 1" to get through 
this list?




More information about the PyQt mailing list