I have a QTreeView and I want to expand all child items of a recently expanded item.
I tried using .expandAll(), but it expand all others items also.
I'm having a hard time to get the ModelIndex of the item that was lastly expanded, If i do have it I can recursively expand it's children.
How do I do that?