For the purpose of visualizing data from a MySQL table, a QTableView is being used in conjunction with a QSqlTableModel. How can I auto update the QTableView as new values are inserted in the database?

Thanks in advance.