Skip to content

don't install event filters on qquickwidgets views

Marco Martin requested to merge work/mart/dontFilterQQuickwidgets into master

if a QQuickView is part of a QQuickWidget, we can't do window moving from there because that window is not actually visible. so ignore everything in this case. the drag from anywhere will happen at the qwidget level automatically if no qquickitem ever accepted the mouse

Merge request reports