Python GUI toolkit

Christian Heimes lists at cheimes.de
Sun Feb 3 13:42:43 EST 2008


James Matthews wrote:
> Just a side question!
> 
> Does QT support Events from multiple threads without any special calls!
> Example when i use WX i have to call wx.CallAfter()

Yes, you can send signal across threads with some precaution.

Christian




More information about the Python-list mailing list