Hi,
I know that, using Signal and Slot two object can communicate with each other.
(Sender, SIGNAL(mySignal()), Reciever, SLOT(mySlot());
I know two use of this
1) If we have callback then we can use this approach
2) If we have UI Components, in that case we can also use this.
Any other place for its usage ?



