Hi,

Suppose I have a "Target" class derived from QWidget and I am creating it's object somewhere, suppose in "Source" class, in application. And I want to handle mouse events in this widget even if mouse event is not occured on this widget or occured outside of this widget.

How can I achieve the above things?

Thanks for your help.

Thanks & Regards,
Keyur Shah