I have a QTableView in which some cells contain long strings. When editing a cell via double click, it would be nice to be able to modify the string contents, e.g., add a few characters at the end, without re-typing the whole thing. Is there any way to prevent the contents from being wiped out when one goes into editing mode?