Hello,

I use QTableView with QSqlQueryModel to display sql query result,
It works nice but sometimes I have slow query (30-60s, there are few milion rows in database) and I want to update table during query to show partial result. Is is possible using simple code?

Thx