PDA

View Full Version : Update complete notification?



dingetje
27th May 2009, 11:07
Is it possible to get notified when all GUI update events (paint, resize, etc.) for a specific widget are completed?

Or in other words: these events are in a queue, but how can I know they're all done?

Just calling qApp->processEvents() isn't sufficient.

Environment: Qt3 / Win32

TIA