Set `Qt::WA_NoMousePropagation` to fix drag everywhere
MouseArea in MouseArea in QQuickWidget will leak the inner mouse events to the root widget window, which causes the bug.
Example: MouseAreaInQQuickWidget.tar.gz
Edited by Fushan Wen
MouseArea in MouseArea in QQuickWidget will leak the inner mouse events to the root widget window, which causes the bug.
Example: MouseAreaInQQuickWidget.tar.gz