how to set sql query result into table widgets
Unsolved
General and Desktop
-
can anyone please tell me the way to set sql query result into table widgets
-
Hi
You can use
http://doc.qt.io/qt-5/qsqlquerymodel.html
and a QTableView to directly show data.