Selection is a property of the view, not of the model. If you set a proxy model on the view, you can use its selection model to get selected indexes of the proxy model which you can then map to the source model using its mapToSource() method.
Selection is a property of the view, not of the model. If you set a proxy model on the view, you can use its selection model to get selected indexes of the proxy model which you can then map to the source model using its mapToSource() method.
Bookmarks