try this
Qt Code:
  1. ...
  2. setSelectionMode(QAbstractItemView::NoSelection);
  3. ...
To copy to clipboard, switch view to plain text mode 
or you can implement your own delegate and do not draw selection.