[PyQt] the mechanism behind qt signal and slot
Von
vontio at gmail.com
Sun Sep 19 03:17:54 BST 2010
Hi,
There are three Objects related to one signal to slot event.
1, the signal generator
2,the slot trigger
3,qtObject who connect these two together.
I am wondering how things happening behind the scene.
Where does the signal first fire and how it passed to the slot?
What's the responsibility of qtObject?
Best regards,
Von
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100919/f72e32c4/attachment.html>
More information about the PyQt
mailing list