Hello everyone,

I have a big big problem.

When I receive the WM_ERASEBKGND message, I need to take make some operation to build an image in order to put it as a background of my widget.

The problem is that the background is grey during the time I'm building the image. So, when the user resize the window, my widget wink and it's not beautiful.

So I would like to know if I could capture the WM_ERASEBKGND event, build the image and do something for making Qt use it when it's making the erase background operation ?

Thank you very muck

Aurélien