This will be a softball to all you experts...

I have found examples of code that will allow the disabling of certain columns within a QTableView populated by a QSqlTableModel but not much for a row and I'm wondering if I can follow this: http://www.qtcentre.org/threads/3606...e%2Ba%2Bcolumn

What I'm trying to do is populate a tableview with non-editable data, but when the user clicks on a "New" pushbutton, a new row is created in the model that is editable. Rows will remain editable until a submitAll() is called at which time they can't be edited anymore....

Thanks!


scott