I am using the QTableView in Qt 4.2.1 to display a table from a MySQL DB. Previously I have used dialogs to add rows to the table. However, with a new table I would like the user to be able to add rows with the QTableView interface. Is this possible or can rows only be added more manually (dialogs and such).

Thanks
mAx