Hello,

My QTableView is basically in Edit mode all the time.
The
Qt Code:
  1. createEditor
To copy to clipboard, switch view to plain text mode 
returns a widget that is placed on top of the display widget for each cell when editing.
I don't need this.
Can I reuse the normal display widget (is there a default one?)

Rds,