Hi

How can I determine the the two situations:
- the content of QTableWidgetItem is changed from the code;
- the content of QTableWidgetItem is changed by the user;

I both situations I got cellChanged(int,int) signal.
I want to get that signal only when user is changing the content by editing the item.

I'm using QT 4.4.0.

thx

Ryszard