[PyQt] QRunnable issue

Jeremy Sanders jeremy at jeremysanders.net
Mon Jul 18 19:36:53 BST 2011


Hi - I'm having problems with the following code where a QRunnable emits a 
signal then ends. If you click the button it should print 1,2,3. It 
sometimes works for the first few times but the wrong number of arguments is 
given to the slot after that.

Is this a PyQt bug? I'm using 4.8.3 on Ubuntu (x86). I've tried setting 
autodelete on the runnable to be false but that causes a crash.

Jeremy

-- 
http://www.jeremysanders.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.py
Type: text/x-python
Size: 808 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110718/6597d7d4/attachment-0001.py>


More information about the PyQt mailing list