Qt Contributors Summit 2019 HighDpi

From Qt Wiki
Revision as of 07:21, 21 November 2019 by Friedemannkleint (talk | contribs) (Created page with "== High DPI Session at Qt Contributors Summit 2019 == === Topics === * Icons always scaled with fractional factors in QPixmap QIcon::pixmap(QWindow *...) const qicon.cpp:899...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

High DPI Session at Qt Contributors Summit 2019

Topics

  • Icons always scaled with fractional factors in QPixmap QIcon::pixmap(QWindow *...) const qicon.cpp:899

(Milian W to report bug), fix it to always downscale

  • Separate factors: Use fractional only for fonts, adapt sizes to icons?
  • 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