I'm trying to port a QTable to QTableWidget.

There's something that's killing me:

How can I know when a cell has just been edited by the user?

The signal itemChanged(QTableWidgetItem * item) is emited even when I change a cell with setItem, and that's not what I want.