Afternoon all --

Done a lot of searching, high and low, and experimenting but I can't seem to hit on a solution to what I'm trying to do...Here's what I have...

QSqlTableModel on a SQlite table with 29 columns...
29 Line edits mapped to these columns (one of them to a combobox)
editStrategy = OnManualSubmit
Request that any change to the data enables a "save" push button, a la SQlite Database Brower (if you've used that)...Basically, the save button doesn't enable until a change to the data has occurred...

So I tried a slot that is fired on a dataChanged signal, but I found that tabbing from line edit to line edit fired it -- is that expected behavior? If not -- I know this can't be that hard -- any suggestions to pull off what I'm trying to do? Basically I want to inform the user that they have changes they need to commit if they try to navigate to another place in the app...

Just when I think I've learned a lot about Qt in the past 9 months (despite my first child's birth, colic and reflux getting in the way), what looks to be obvious and easy implementations humble me...


scott