Hi all.

Is there a way to alter the behavior of QTableView when editing a text cell to not clear the text in the cell when the cell is selected for editing?

For instance, I have a QTableView where the first column contains long text fields. It is impractical to have the user re-enter the entire contents just to change a single character.

I know I can do this by providing a custom widget for the column, but it seems like such standard behavior that there is a default implementation that I am missing.


Thanks!