Hi,

Thx for reply, but I don't use MySQL, I use PostgrSQL, this query log consists only slow query statements.

I want to update QTableView with QSqlQueryModel, when I execute query (setQuery())
I have to wait till end of this query to get result (sometimes more than 30s), so I want to refresh QTableView (let say every second) and get partial result updated every second till final end of my query.

Greetings!