Quote Originally Posted by dave
hi

i'm new to qt programming.
just dl the opensource edition. i use windows and i'm very interested if there is anything remotely like kdevelop for windows, or at the very least a good free editor.
You can try to use DevC++ but is very far to KDevelop power.

second point:
i myself am very impressed with the quality documentation that came with qt, in the form of qt assistant . but i'm looking for an article about the underlying architecture of signal and slots. to what code the macros are translated, and what exactly is moc doing behind the scenes.
In the main page of Qt Documentation you can see the section Core Features. The first two links in this section are what you looking.

Bye and good QT Programming