Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Reimplementing QSqlQueryModel
-
How can i access to underling data of QSqlQueryModel ? I want to implement virtual method removeRows and i wrote a code wich send SQL to DB contains DELETE statement, but how can i delete data from model ?
-
Hi,
"Here":http://qt-project.org/doc/qt-4.8/sql-querymodel.html you have an example on how to make a read-write QSqlQueryModel
Hope it helps