Hi,

I'm struggling to find out how I can "detect" when editing a cell in my QTableWidget ends.

If the content/text in the cell was changed then I can just use the cellChanged signal, but if the content/text in the cell has not changed, then that signal is never triggered. This gives me problems. I really need something similar like an "editingEnded(...)", signal which is triggered whenever the "editing mode" is left (regardless of whether cell content/text has changed or not).

How on earth can I achieve this?

Many thanks in advance,

dobedidoo