Is it possible to propagate a MouseArea
's positionChanged event to an underlying one?
I've tried to set the mouse.accepted
to false
for any existing signal handler of the top-most MouseArea
as well as setting the propagateComposedEvents
to true
. Neither of those worked (although I'm not surprised with the propagateComposedEvents
not working since the documentation says it only relays events like clicked
, doubleClicked
and pressAndHold
).