I'm new to QT, and am trying to figure out how to port a wxPython program
to PyQT.
Its a simple app that runs some job in a separate thread. The thread needs
to update a QTextView and a QProgressBar, but I can't figure out how to
post thread safe events.
If this was C++ QT, I would have the work thread extend QThread so I could
do this.postEvent().
Does the answer have something to do with those mystical SIGNAL/SLOT goblins I
keep hearing about?
thanks,
jason
_______________________________________________
PyKDE mailing list [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde