Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Q QQC2 Desktop Style
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FrameworksFrameworks
  • QQC2 Desktop Style
  • Merge requests
  • !203

Fix blurry controls in QQuickWidget

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David Edmundson requested to merge work/d_ed/qquick_widget_bad into master Nov 24, 2022
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 1

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 Nov 25, 2022 by David Edmundson
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/d_ed/qquick_widget_bad