Ahhhh...Now, I see...Looks like I was about 95% there -- the "if(index.row()== ( rowCount() -1 ) ) " part is where I was tripping up...I haven't really used ItemFlags yet (only been using Qt for about 3 months part time)...Some things are so obvious in hindsight...
Throughout the rest of my app I've handled the enable/disabling of the data easily because I was using a master/detail design...Once data was submitted to the DB, then just disabled the entire tableview; a "new" button click resulted in me turning it back on, but this last section is just once large tableview...
I appreciate the push!
scott
Bookmarks