I thought I had inherited it with treeModel when I grabbed selectionModel() from the Tree Widget. I thought that QAbstractItemView <- QTreeView <- QTreeWidget, so selectionModel gives you an extenstion of the view. Is that not correct?

If not could you point me to an example where it is used correctly.

Thanks