ok i'm a newbie, i just can't quite figure out what kind of syntax qt uses on this one? i dont recall it's part of standard c++ grammar and it doesn't look like a macro either
ok i'm a newbie, i just can't quite figure out what kind of syntax qt uses on this one? i dont recall it's part of standard c++ grammar and it doesn't look like a macro either
Read about Signal and Slots in the Qt documentation. (And we have a newbie section...) "signal" is part of the signal-slot-syntax.
Bookmarks