I have several widgets on top of each others in a stackedLayout.

They are all visible at the same time.

Those widgets are containing child widgets.

When the top widget doesn't accept a mouseEvent, it's transfered to its parent and so on.
I'd like the event to be transfered to its parent's child widgets instead of being transfered directly to their parents.

I'll try to post a graphical view of what I'm trying to describe later on.