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
Bookmarks