QML Window and iOS
Solved
Mobile and Embedded
-
wrote on 13 Sept 2016, 16:53 last edited by
I have a custom QML Window object that I am using as a modal dialog box. It works fine on Windows and Linux, but no matter what I've tried, the window always comes up full screen, even if I explicitly set height and width.
Any ideas how I can get this to work?
-
wrote on 14 Sept 2016, 01:23 last edited by
I solved my problem. I had to manually set the visibility property:
visibility: Window.Windowed
2/2