![]() |
Home · Overviews · Examples |
The QEventLoop class provides a means of entering and leaving an event loop. More...
Inherits QObject.
The QEventLoop class provides a means of entering and leaving an event loop.
At any time, you can create a QEventLoop object and call exec on it to start a local event loop. From within the event loop, calling exit will force exec to return.
See also QAbstractEventDispatcher.
Copyright © 2008 Trolltech | Trademarks | Qt Jambi 4.3.5_01 |