Seems so.
You can submit the data when quitting the application.2) Which eventfilter should I use to tell the tableview it should submit the data and create a new empty row at the bottom.
Consider implementing a proxy model that will handle the "*" row in the way that it inserts a new row into the base model only when it is complete (i.e. all required columns are populated with data).Or is there a better way to accomplish this? I looked into signals, but didn’t come up with a good solution.
Bookmarks