Hi,

Is there anyway to disable the double buffering on a QWidget?
I'm opening a window using "QWidget::winID()" and draw on it. It seems to work when resizing the main window but it display the image once and then it paints the widget gray.

I supose that the double buffer makes it repaint to gray.

Thanks,