Re: [Interest] Qt Quick, WindowState and ScreenOrientation

2017-02-14 Thread Benjamin TERRIER
2017-02-14 16:39 GMT+01:00 Benjamin TERRIER : > Hi, > > I've got some issue with orientation of full screen windows in Qt Quick. > > My environment: > - Windows 10 64 bits > - Qt 5.7 and 5.8 > - 2 screens: > 1. 1680x1050 (landscape) > 2. 480x800 (portrait) > > What I want to do: > Show a Qt app

[Interest] Qt Quick, WindowState and ScreenOrientation

2017-02-14 Thread Benjamin TERRIER
Hi, I've got some issue with orientation of full screen windows in Qt Quick. My environment: - Windows 10 64 bits - Qt 5.7 and 5.8 - 2 screens: 1. 1680x1050 (landscape) 2. 480x800 (portrait) What I want to do: Show a Qt app fullscreen on the screen number 2. What I did: Starting with Qt Qui