Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.6.0
-
OS X, Windows
Description
Set multi screen environment. Main screen on right and other screen on the left side.
Create Quick or Qt Widget application.
Launch Application in Left window.
Set application X position to 100.
Expected: Application is moved to 100 pixels from left screen left side.
Result: Application is moved to 100 pixels from right screen left side.
Behaviour is happening because left screen has negative x-value. Main Window has position (0,0). That's ok. Problem is that it's expected that window position is mapped to the whole desktop geometry including all screens. Not to one screen geometry.
Attachments
Issue Links
- duplicates
-
QTBUG-46258 OS X: Multiple displays: After set visible=true, Window jumps to the main Screen
- Closed