[PyQt] Threads with PyQt. Qt's or Python's?

Frédéric frederic.mantegazza at gbiloba.org
Tue Feb 3 15:04:45 GMT 2009


Le 3/2/2009, "Giovanni Bajo" <rasky at develer.com> a écrit:

>> PS: does it already exist a simple solution to adapt this code:
>> 
>>     thread = threading.Thread(target=func)
>>     thread.start()
>> 
>> using QThread?
>
>Yes: QtConcurrent::run.

:o)

Thank you all for your help!

--
   Frédéric



More information about the PyQt mailing list