[PyQt] qthread and connections

Matt Smith melkor at orangepalantir.org
Mon Jan 11 03:34:30 GMT 2010


Okay I've figured out a way to make this work.  For my QThread's run
function I create a new object, then any connections made to that object
will be evaluated in the thread that is was created in.

Its taken me a bit to post this because I wrote a similar test in c++.
Which I found the same results.  Ill post an example if anybody is
interested, or more importantly, if anybody can tell me what I am doing
wrong.

mbs



More information about the PyQt mailing list