Qt Contributors Summit 2019 HighDpi

From Qt Wiki
Revision as of 15:21, 22 November 2019 by EdwardWelbourne (talk | contribs) (Add to category QtCS2019)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

High DPI Session at Qt Contributors Summit 2019

Topics

  • Icons always blurry/scaled with fractional factors in QPixmap QIcon::pixmap(QWindow *...) const qicon.cpp:899 , (Milian W to report bug), fix it to always downscale?
  • Alternative proposal to fix blurry icons: Use fractional factors only for fonts. For icons, choose closest match and have layout adapt size?
  • Tor Arne: Concerns about complexity ; Wayland and macOS have scaling built in whereas Windows/Linux require Qt handling. Move scaling code to QPlatformWindow, etc?
  • David Edmundson: QML Image's sourceSize property is buggy/misleading, clarify docs at least

References