Yes, I have tried this demo and have this same behaviour as fatjuicymole. After changing sleep method all is working perfect.
On Windows VISTA with AERO background is white, without AERO window have no background. This is a problem with Windows not with Qt.
And in Yours real application You must blocking event loop with some long process.





Reply With Quote
I just have a very basic window, with half a dozen very basic controls. It's just that this window (like all windows of my application) has a dark gray background, and when I bring it to the screen -- by calling show() on it -- there's a very noticeable, very disturbing white flash due to the fact that the window first appears with a completely white background, leaving a small delay until the real window contents gets rendered.

Bookmarks