[Qt-interest] Please help design a Qt framework for OpenGL

Joe Liu passer.by007gg at gmail.com
Tue Feb 2 14:32:42 CET 2010


Thanks, Lorenzo, I've read the src code of QEventLoop, and replaced the
event loop in QCoreApplication as you have pointed out;

Thanks a lot again for your materials, I believe they are very helpful;

2010/2/2 Lorenzo Masini <lorenxo86 at gmail.com>

> Il giorno mar, 02/02/2010 alle 19.51 +0800, Joe Liu ha scritto:
> > Or, are there any samples to demonstrate how to use QEventLoop?
>
> As you can read here:
> http://doc.trolltech.com/4.6/qeventloop.html#details you can simply do
> something like this:
>
> QEventLoop loop;
> ...
> loop.exec();
>
> Here's an example (which is quite similar of your case):
>
> http://doc.trolltech.com/qq/qq27-responsive-guis.html#waitinginalocaleventloop
>
> Cheers
> Lorenzo
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100202/47b5d05a/attachment.html 


More information about the Qt-interest-old mailing list