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?