How off widget rotation?
Unsolved
Mobile and Embedded
-
Hi,
You have to give more details like the Qt version you are using as well as the target platform(s).
-
That's something you have to do in the Android Manifest File.
Here is how you can create the one you need for your application.
Then you have to edit the XML content directly and add
android:screenOrientation="portrait"
to the main activity.