[PyQt] A simple question about signals and slots

William abecedarian314159 at yahoo.com
Fri Sep 4 23:38:23 BST 2009


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


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090904/51971750/attachment.html


More information about the PyQt mailing list