[Qt-interest] Model/View speed of Models with many many items and item changes

RZ rz at univie.ac.at
Sat Jun 13 00:06:48 CEST 2009


> The problem is probably that the standard models send a dataChanged() for each 
> changed index.

I can strengthen that; doing

myModel->blockSignals(true);
// manipulate lots of data
myModel->blockSignals(false);

improved speed about a factor of 100. I don't know why - but it worked ;-)



More information about the Qt-interest-old mailing list