piker/snippets
Tyler Goodlet 55aff22497 Add some Qt DPI extras to `qt_screen_info.py`
- set `QT_USE_PHYSICAL_DPI='1'` env var for Qt6 high-DPI
  * we likely want to do this in `piker.ui` as well!
- move `pxr` calc from widget to per-screen in loop.
- add `unscaled_size` calc using `pxr * size`.
- switch from `.availableGeometry()` to `.geometry()` for full
  bounds.
- shorten output labels, add `!r` repr formatting
- add Qt6 DPI rounding policy TODO with doc links

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-03-08 20:45:14 -04:00
..
claude_debug_helper.py Add `pexpect`-based `pdbp`-REPL offline helper 2026-02-22 22:08:34 -05:00
qt_screen_info.py Add some Qt DPI extras to `qt_screen_info.py` 2026-03-08 20:45:14 -04:00