Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
6.2.4
Description
in dual monitor system, if secondary screen is having scale factor 150% or higher than 100% and if secondary screen is made as primary screen QScreen::geometry() reports different value.
Steps to reproduce:
Run attached simple example
1. monitor B (3840x2160) is the main display.
Screen # 1 : geometry: QRect(0,0 2560x1440) , virtual geometry: QRect(0,0 5760x1440)
Screen # 2 : geometry: QRect(3840,0 1920x1080) , virtual geometry: QRect(0,0 5760x1440)
2. monitor B (3840x2160) is the secondary monitor:
Screen # 1 : geometry: QRect(0,0 1920x1080) , virtual geometry: QRect(-3840,0 5760x2160)
Screen # 2 : geometry: QRect(-3840,0 3840x2160) , virtual geometry: QRect(-3840,0 5760x2160)
Attachments
Issue Links
- relates to
-
QTBUG-106274 HiDPI mapping in global coordinate system
- Reported