Skip to content

Possible to drag the window by non interactive areas

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

Make sure that in desktop and real-mouse interaction mode nothing that doesn't actually use mouse interaction accepts mouse events, so we can in a single place start a window drag event when the user drags from a non interactive area in the case of QQuickWidget/ApplicationItem the drag will be managed by the breeze style on qwidgets side.

BUG:403838

Merge request reports