[Qt-interest] Controlling when timers run
Glenn Hughes
ghughes02138 at gmail.com
Fri Jan 15 03:21:18 CET 2010
> Would QCoreApplication::hasPendingEvents() be useful here?
> Or will it always be true when called from a QTimer signal?
I don't this so. That's not really what I need. I want to only run
some timers when the stack is back to the application's exec
invocation... Execution might be a couple levels up, and there still
be no pending events...
G
More information about the Qt-interest-old
mailing list