Hello:
I see the QItemSelectionModel class has some virtual functions,
but is it really designed such that I could derive from it
and completely redefine its behavior?
It does not appear so as the function:
QItemSelectionModel::hasSelection()
is not virtual, for example.
Bill