Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.2.2
-
None
Description
It would be useful if there was a way to tell QSqlTableModel what columns (by specifying the column names) it should select and present to the user.
Workaround: QSqlTableModel::removeColumns() can be used to prevent specific columns from being selected, or use QSqlQueryModel.