Le 3/2/2009, "Giovanni Bajo" <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
