November 2014
Beginner to intermediate
264 pages
5h 32m
English
What do you do if you think that you've correctly connected a signal to a slot and yet your slot's not being fired?
Here's a bunch of things you can try:
connect code, the emit code, and the slot code is reached. (Odds are one of them isn't.)connect(sender, SIGNAL(someSignal(type)), receiver,
SLOT(received(type)))Read now
Unlock full access