Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.7.3
-
None
Description
Reproducer attached. One need a secondary screen with scaling factor != 100% too see the problem.
The reproducer simply grabs the geometry of the secondary screen and assign it to a QWidget. The expected result is that QWidget is going to exactly fill the screen. But actually, the widget is going to offset. The problem is that the position (x and y) returned by QScreen::geometry() is physical but size (width and height) is logical.