Did you try this?
Qt Code:
  1. ...
  2. QVariant value = model->data(model->index(view->currentIndex().row(), 5));
  3. ...
To copy to clipboard, switch view to plain text mode