Model for Qml clarifications
Unsolved
General and Desktop
-
I saw in the wiki https://wiki.qt.io/How_to_Use_a_QSqlQueryModel_in_QML how create a QHash for title/role columns,
But i have a question: all roles must be Qt::UserRole or exists a criterion of choice?
I create a query from which some columns must be visible in the tableview and which will then be made editable, and others that must remain invisible.