Em ter 20 maio 2014, às 19:04:39, mai...@virtual-winds.org escreveu:
> Thanks for your reply
> 
> Why is removing the processEvent the right thing to do?

Because processEvents() means nested event loops. You shouldn't do that. You 
should show() and then return;, so the non-nested event loops resumes 
executing.

If you do need to blocking-show, then don't use show(), just use exec().

I'm interested in knowing whether there's a lock up if you use any of the 
above solutions. And exactly what you mean by "lock".
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to