What exactly are signals and slots in Qt?

Posted by Jen on Stack Overflow See other posts from Stack Overflow or by Jen
Published on 2010-06-06T18:58:37Z Indexed on 2010/06/06 19:02 UTC
Read the original article Hit count: 410

Filed under:
|
|
|
|

I know how they work conceptually, but how are signals and slots implemented in the Qt framework? Qt Creator treats them as keywords, but are they simply a set of macros, or is a special pre-processor required before these source files can be compiled?

In other words, if I use Qt's signal/slot features in my code, can I easily compile it on any C++ compiler?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt