Following is the problem :
- When I am editing a cell in QTableView,in middle of editing the udpates on the underlying model clears the cell and write the new Data.
- I want that during the editing of the cell the new data change should not overwrite the cell [may be prevent updating that row]
- My QTableView has a custom Model inheriting from QAbstractTableModel
I have already checked the relevant questions here but no help: