[Qt-interest] QThread run() method

Mike Jackson imikejackson at gmail.com
Sat Oct 3 01:44:19 CEST 2009


On 2009-10-02 18:14:17 -0400, <anders.bakken at nokia.com> said:

> Exec is meant to block. If you do something like start a timer before
> calling exec you'll get timerevents delivered. Slots should also be
> invoked.

Thanks for the heads up. I don't really want to use a timer event in my 
app. I did finally come across:

<http://lists.trolltech.com/qt-interest/2007-09/thread00073-0.html> 
which helped explain how to setup my threads so that they can 
send/receive signals and slots. I think things are working now. At 
least they are compiling...

Mike Jackson




More information about the Qt-interest-old mailing list