Quote Originally Posted by wysota View Post
In my opinion you only need to reimplement keyPressEvent.
I have no idea.
Qt Code:
  1. void QAbstractItemView::keyPressEvent(QKeyEvent *event)
  2. {
  3. ..
  4. QItemSelectionModel::SelectionFlags command = selectionCommand(newCurrent, event);
  5. ...
  6. }
To copy to clipboard, switch view to plain text mode 

Did you mean that change 'selectionCommand' to another?
I need detail.