Override/catch keyPressEvent for the table view, check for appropriate key combination (Qt::ControlModifier, Qt::Key_C) , and use something like:
Qt Code:
To copy to clipboard, switch view to plain text mode
The problem with item delegate's editor is that the user would naturally be able to copy only in editing mode..
Bookmarks