Hi,

I have an issue with QTableWidget: if an item is edited, then focus is lost, the table doesn't update the item until another item is selected or the row is selected. Only one column is modifiable.

So if I change an item then click on a seperate write button the old value is written.

Is there an easy way to fix this or do I need to reimplement the QTableWidget class?

Ideally it would selectRow() once focus is lost.

I have started making my own CustomTableWidget class. Unfortunately there are a lot of differences to the standard settings, also mine currently appears on its own window

Thanks in advance
Brendan