[Qt-interest] QRunnable or QThread

Kosta userqt at gmail.com
Tue May 19 23:37:11 CEST 2009


I see... thank you very much for your answers. ;)

----- Original Message ----- 
From: "Greg Beauchesne" <greg_b at vision-play.com>
To: <qt-interest at trolltech.com>
Sent: Wednesday, May 20, 2009 12:08 AM
Subject: Re: [Qt-interest] QRunnable or QThread


> Tim W wrote:
>>>QThread and QRunnable
>>
>> QThread is low-level threading primitive to create and handle threads.
>> QRunnable is high-level concept (command pattern
>> <http://en.wikipedia.org/wiki/Command_pattern>) and is thread
>> independent.  QRunnable objects can be executed in another thread but
>> doesn't have to be.
>>
>
> QThread also inherits from QObject, whereas QRunnable does not.
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
> __________ Information from ESET NOD32 Antivirus, version of virus 
> signature database 4088 (20090519) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
> 


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4088 (20090519) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com






More information about the Qt-interest-old mailing list