[SOLVED]Qt Widget App - Desktop VS Android
-
Hi there,
I wrote a really small Qt Widget app for Desktop (Linux) and then for a pure interest I compiled that app for Android. And bizarre thing happened... The look of the app on android was horrible,,, it was missing icons on buttons and the used fonts... I'm not a mobile developer also I'm new to Qt and that is I do not like to bring any code here. I just want to see what you think about this problem.. thanks in advance...
http://postimg.org/image/5j3fwldsz -
Hi,
The widget is shown full screen on android so you would need to add a stretch after the last widget to push everything to the top.
As for the missing icons, are you using Qt's resource system ?
-
What image format are you using ?
-
PNG would be a good choice and make your application a bit lighter with one less module.