Hi

I have two widgets A & B, A is shown above B. I want that widget B forward all mouse events to widget B. Can this be done? Hints please.

Oops, looks like I have presented to you a very simplified version of my problem. Actually, I have a stack of widgets and the top most widget which receives mouse events must forward this event to the top-most widget (at a given mouse position) under this widget. Got it?

With regards