Does anyone know a way to start an app with the screen maximized on startup on a Windows PC?
In QML, a Window has a maximized property and method, but within AppStudio we use the App type as the containing object and it doesn't appear to inherit this property.
Window QML Type | Qt Quick 5.5
Any ideas please let me know.
Cheers,
-Paul
Solved! Go to Solution.
Hi Paul,
Please turn ON the "Full screen" setting for your app before submitting a Cloud Make request. Please note that this setting will take effect only on Desktop(Windows, Mac OSX and Linux) in stand alone apps created using Cloud Make. The setting does not get used when playing your app in App Player.
Thanks
Shobana
Hi Paul,
Please turn ON the "Full screen" setting for your app before submitting a Cloud Make request. Please note that this setting will take effect only on Desktop(Windows, Mac OSX and Linux) in stand alone apps created using Cloud Make. The setting does not get used when playing your app in App Player.
Thanks
Shobana
Thanks Shobana - I hadn't realised (or therefore tested!) that it only worked on a build, not when run direct from QT Creator.
Cheers,
-Paul