Hi,
In my project I am using a QtableView and a QSqlTableModel connected to a database table.

The view should be able to distinguish new inserted records from modified (dirty) records, because I need to apply 2 different background color.

Is it possible to do that?

Franco