In order to use the database we constructed in Part 5 we need to replace our DataModel with an SqlModel based on QSqlTableModel which implements most of the functionality we have in DataModel.
Because we're using a database, the header file for SqlModel will be shorter than that of DataModel