Skip to content
  • Marco Martin's avatar
    don't install event filters on qquickwidgets views · 061923e8
    Marco Martin authored
    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
    061923e8