No idea what you mean.
Maybe provide an example of the tree and the desired result?
1) You start with the invalid model index.
2) You ask the model for the row count using that index
3) You iterate over the range from 0 to row count, asking the model for the index with the model index you already have as a parent
4) You recurse with the new index, go to (2)
Cheers,
_
Bookmarks