Hi everyone,

Can someone give me a hint about updating selections in QTreeView. The problem is that when I insert a new node to the model and the TreeView gets updated, the selection in the view doesn't follow the node that was selected. Instead it will stick in the same row as it was before and the node in that row is usually already a different one.

So how to get the selection to follow the actual node?

-Tepi