Hi everyone,

I have a QSqlTableModel with an "OnFieldChange" editStrategy and use the
"dataChanged" signal to tidy up my gui.

This works fine when I change the data in my model programmatically.
But if I change the data through a connected QTableView the event gets never fired.

2 Questions:
1. Is this normal behavior?
2. And if its, is there any other signal I could connect to (maybe something from the view...) ?

thanx for any help

Joerg