Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

ApplicationWindow set the screen size ?

$
0
0
I would go and say that your width and height are based on the screen and not on the holding position, that measnt on tilt your width is actually the real height. On fixing this problem you could go ahead and set: a.width = Screen.height a.height = Screen.width if the mobile device is hold crosswise.

Viewing all articles
Browse latest Browse all 4972

Trending Articles