[PyQt] setText from threading

Reinaldo de Carvalho reinaldoc at gmail.com
Thu Feb 21 13:45:42 GMT 2008


>
>  > QThread can be called with threding "target=" like argument? I will
>  > like start methods from PushButtons without freeze mainWidget when
>  > execute.
>
>
> Just reimplement QThread.run() and call your simulate() function.
>


I have one hundred methods called by pushButtons, then a need
reimplement a QTread for each method, and creata a postEvent for each
(~ three hundreds) access to Qtgui objects?

-- 
Reinaldo Carvalho


More information about the PyQt mailing list