What do you do on minimize, and restore of the dialog ?
What do you do on minimize, and restore of the dialog ?
Trying using qApp->processEvents() after updating the ProgressBar and on show and resize events. This white screen usually means that tha application is busy with a process, and it's other events (like painting) are pending. ProcessEvents forces the app to process all the pending events.
Hope this helps
Bookmarks