Hi,
I am using QTableView with a rather big model under (1500x30 cells).
When I try to scroll it is horribly slow. I tried to see what's going on by
placing a breakpoint in ::data(QModelIndex, int) and the debugger
and the window with the table side by side hoping not to interfere too much
on the refresh mecanism : dream on !
The backingstore mecanism seems to want to erase the background everytime
the window gets the focus (and when the debugger stops at a breakpoint,
the window loses focus and regain it when you hit the run button).
Anyone has a tip for measuring refresh time in another way, counting the
number of times the model/view framework call ::data on the same cell for
a same refresh occasion ?
Thx in advance.
Bookmarks