Qt 5.4 Android application GUI problem
-
I'm trying to build my first android application on Qt for Android.
I'm writing the QWidgets application, and the GUI that i got looks terrible.
When i'm trying to make the following UI:
!https://www.dropbox.com/s/07tif6mcz0caqs6/QtUI.png?dl=0()!
On the Android emulator it looks like:
!https://www.dropbox.com/s/jr878g9e2ezqr2l/AndroidUI.png?dl=0()!
The resolution of the android screen is Nexus4 size: 768x1280.
What am i doing wrong ?
Should i adjust the screen resolution in the project definitions?