I'm using a QSqlTableModel to get the data from the required table, and I'm rendering it in the GUI using QTableView. The problem that I have now is that I want to change different fields (convert them) from the existing value to another one (enum -> String). For example an existing value of 1 should be displaied as ERROR in the column of QTableView.I'm using a QSqlTableModel to get the data from