Text from database to QStandardItemModel
-
@gabor53
ok. no idea then.
http://doc.qt.io/qt-5/qsqlquerymodel.htmlWhat version of Qt do you have ? did you compile yourself?
-
@gabor53
ok. no idea then.
http://doc.qt.io/qt-5/qsqlquerymodel.htmlWhat version of Qt do you have ? did you compile yourself?
-
Hi,
That's because you are using a QSqlTableModel, you should use a QSqlQueryModel.
QSqlTableModel goal is to make a table accessible.
-
Hi,
That's because you are using a QSqlTableModel, you should use a QSqlQueryModel.
QSqlTableModel goal is to make a table accessible.
QSqlTableModel
Good catch :)