Skip to content

Fix blurry controls in QQuickWidget

David Edmundson requested to merge work/d_ed/qquick_widget_bad into master

QQuickWindow::devicePixelRatio doesn't take into account being inside a QQuickWidget or other render target. This matters if the window dpr differs from the screen dpr, something we see on wayland.

QQuickWindow has another similarly named method which does, with docs stating this is the one that should always be used.

Edited by David Edmundson

Merge request reports