We have developoed a kind of editor which calls for lots of drawing and we use updateContents. It works perfectly. No flicker, no delay nothing.

I subclassed my QWidget (WFlags: Qt::WStaticContents | Qt::WNoAutoErase ) from QScrollview to view a sequence of images .
can you explain what do you mean by subclassed QWidget from QScrollview ?