Solved APK Android
-
Hello, I am making an application that has the function of a text editor and when I generate the android version of the application, the menu does not come out as I would like I do not know if you can help me with it.
Expected results:
results obtained:
I need my menu to be placed under the application logo horizontally.
-
I have found the solution in case it works for someone was to add the following line of code:
ui-> menubar-> setLayoutDirection (Qt :: LeftToRight); -
I have found the solution in case it works for someone was to add the following line of code:
ui-> menubar-> setLayoutDirection (Qt :: LeftToRight);