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

Kaleb Pederson kaleb.pederson at gmail.com
Sat Jun 13 00:45:28 CEST 2009


On Friday 12 June 2009 03:26:05 pm Andreas Pakulat wrote:
> bool block = myModel->blockSignals(true);
> // do
> myModel->blockSignals(false);

I think you meant `myModel->blockSignals(block);` on the last line.

--Kaleb



More information about the Qt-interest-old mailing list