Quote Originally Posted by jpn View Post
QAbstractItemView::setSelection() is called from both, QAbstractItemView::mousePressEvent() and QAbstractItemView::mouseMoveEvent().
So should I override mousePressEvent() and mouseMoveEvent() in my custom view to support the selection of my custom items?