Hi,

I have this application which uses the same table model as in the example given by Qt for item views: AddressBook.

I also insert data in the tables as in the example. I would like that each time I edit a field in the table (directly on the table) a message box to appear containing the data from that field after editing. But I cannot find any signal that can be emitted when an item is changed.

Any ideas?