GUI (PyQt) & thread problem

Patricia J. Hawkins phawkins at connact.com
Thu Jun 20 13:14:39 EDT 2002


>>>>> "KN" == Kristian Nylund <krnylund at msn.com> writes:

KN> Thank you for your reply. Do you have any pointers on how to implement
KN> this kind of functionality, i.e. when something happens in the worker
KN> thread (not GUI related), the GUI needs to be updated. Is it at all
KN> possible?

Boudewijn Rempt has added a QT modification to an Activestate recipe
for using Tkinter and threads -- scroll down to see his version.  Note
that his version changes the GUI based on thread results, though the
original Tkinter example doesn't:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/82965

-- 
Patricia J. Hawkins
Hawkins Internet Applications, LLC






More information about the Python-list mailing list