Martin Vermeer <[EMAIL PROTECTED]> writes: | I think the reordering problem would go when using the eventLoop version | of processEvents, when available. I.e. _without_ the ExcludeUserInput | arg, the intended behaviour of which (storing up keystrokes rather than | dropping them) is now done by this queue. Otherwise leave processEvents | out altogether.
To my knowledge qapp->processEvents() == qapp->eventLoop()->processEvents(AllEvents, 3000) So I don't really see how that will make a difference. -- Lgb