Hi,

I am wondering to get the answer of basic question.
I have connected one signal to another signal. The second signal is connected to one slot.
My problem is that the slot is not called at all.

Example,

connect(<object of qaction>, SIGNAL(changed()), <object of my own toolbar>, SIGNAL(<my own signal>));

in other class

connect(<object of my own toolbar>, SIGNAL(<my own signal>), <object of my widget>, SLOT(<slot of my widget>));

Can you help me to figure out my problem? Please let me know how can fix it.

Thanks in advance.

Regards,
Sandip