Hi,

When the selected item is removed from my tree model, the next item in the view gets selected automatically. I do not want this: I want no item to be selected. I have been searching for an easy way to do this, but did not find any. Is there a solution?

[Of course I can do that programmatically by subclassing the selection model, but I'd expect Qt to provide a built in way.]

Pieter