Hi!  I have what I hope is a simple question about signals and slots.  As I 
understand it,
if events aren't acted upon, then they propogate upwards.  But suppose you have 
something like this:

    A
 /     \
B     C


Where B and C are children of A.  How does B send a signal to C?  I'd like to 
keep B and C decoupled
(for example, B and C could be dockwidgets, or even other main windows).   Is 
there something like wx.py.dispatcher?


Thanks,
William


      
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to