PDA

View Full Version : Event Loop



node_ex
12th December 2008, 04:08
Hi,

How can i know whether event loop is running or not in Qt4. Is there any function to identify it.

Regards,
node_ex.

wysota
12th December 2008, 07:52
Why would you want to know that? You can check whether there are any events pending in the loop or you can post an event and later check if it was processed.