[PyQt] Why QThread object is not working in my generic thread class ?
oglop
oglops at gmail.com
Sat Jul 13 07:11:00 BST 2013
Hi All,
i’m new to pyqt, I'm following this tutorial,
https://joplaete.wordpress.com/2010/07/21/threading-with-pyqt4/
why i can’t use genericThread a second time ?
http://pastebin.com/y3LkVFvi
basically i justed added another thread, and i wanted to run it after
first thread finishes, but as soon as i add the second thread, i haven’t
even connected and emit signal yet.
the first thread.run() will call the function in the second thread ???
why is this happening ?
thanks !
More information about the PyQt
mailing list