<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>Hi! I have what I hope is a simple question about signals and slots. As I understand it,</div><div>if events aren't acted upon, then they propogate upwards. But suppose you have something like this:</div><div><br></div><div> A</div><div> / \</div><div>B C</div><div><br></div><div><br></div><div>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</div><div>(for example, B and C could be dockwidgets, or even other main windows). Is there something like wx.py.dispatcher?</div><div><br></div><div><br></div><div>Thanks,</div><div>William</div><div style="position:fixed"></div></div><br>
</body></html>