On Mar 14, 7:40 am, Adrian Casey wrote:
> I have a multi-threaded PyQt4 application which has both a GUI and command-
> line interface. I am using Qt4's threading because from what I have read,
> it is more efficient than the native python threading module. Also, given
> most users will probably
I have a multi-threaded PyQt4 application which has both a GUI and command-
line interface. I am using Qt4's threading because from what I have read,
it is more efficient than the native python threading module. Also, given
most users will probably use the GUI, it seemed to make sense.
I wan