QSQLite
Qt in Education
2
Posts
2
Posters
1.6k
Views
1
Watching
-
Check this "sqlbrowser":http://qt-project.org/doc/qt-4.8/demos-sqlbrowser.html. It also uses in memory database and a QSqlTableModel and QTableView for displaying the data. (Refer browser.cpp)