PDA

View Full Version : Manually send signal to slot



donmorr
29th May 2006, 15:56
Hi All,
Is there any way to manually send a signal to a slot?

I'm trying to send a signal to an object's parent object but only after certain conditions are met.

Is there something like: SendSignal(parent, parentSlot());?

Cheers

donmorr
29th May 2006, 16:03
Ahh got it

Define your signal and use emit() to send it.