I have a QTableView hooked up to a QAbstractTableModel. The data in the model is updated several times a second. I have one particular column setup for allowing editing. However, whenever the dataChanged signal is sent out indicating that values have changed, the value for EditRole is requested again and whatever you were typing is wiped out. Any thoughts on how to get around this? I need the edit control not to update while it is displaying.
Bookmarks