Hi All,

I am very new in Qt, and very excited about Qt. I was just reading about Signals and Slots. I searched on internet and i was able to find some examples and mechanism how it work. I am more interested in knowing how Signals and Slots is implemented in Qt. Does it uses Set/List? Or it has its own way of handling Observer pattern? I just found another implementation of Signals and Slots which is available on sigslot.sourceforge.net.

Where can i found implementation + design documents of Signals and Slots in Qt? Please help.

Thanks,
Manish