David Boddie wrote:

> You can either construct some sort of event handling mechanism or use
> signals and slots. Personally, I'd use signals and slots for this, if
> possible.
> 
> The idea would be to set up a connection between your callback code and
> the status bar's showMessage() slot. Then you would only have to emit that
> signal to update the status bar.

hallo david,

great, the signal an slot mechanism works over threads, 

thanks
alex
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to