PDA

View Full Version : QAbstractItemView flickers



bunjee
2nd June 2008, 21:01
Hey there,

I'm on Qt4.4 windows platform.

I have a subclassed QAbstractItemView, I'm often changing the height and the width of the items inside.
For some reason when I quick resize or move a splitter I get flickering, meaning the list goes blank before redisplaying its content again.

Is there a way to avoid that ?