PDA

View Full Version : Qt4.2.2: Application freeze



arunvv
9th September 2008, 20:06
Hi all,

I want to know what are the factors/causes that leads the Qt GUI application to freeze?

Thanks & Regards,
Arun.

wysota
9th September 2008, 21:16
You probably block event processing with some loop or other blocking call. Other reasons, not related to Qt, are all kinds of deadlocks.