Hi All,

Is there any way to define User defined Signals in Qt ?

I want to send signal to parent window from child window when some actions happen in

child window ? I am having event filter In event filter i am checking keys , I want to call

one slot from parent class based on key , I want to send userdefined signal to parent class

to call the slot , How to do this?