[Interest] Qt for Android not quite what I expected

Guido Seifert wargand at gmx.de
Tue May 14 18:09:06 CEST 2013


> It seems that You are using absolute pixel sizes for the widgets. Since the Android device has a higher DPI than your Desktop, Qt will use a font with bigger default pixel size, but it will in this case not adjust the widget size.
> 
> Solution: Try putting the widgets into a layout manager, then the widgets will expand accordingly and the fonts should not be cut off.

Thanks, I'll see to it. As you can see, I was just trying to get anything on an Android. So: Create new project, drag a few buttons on the widget, compile, deploy. Looks good so far. :-)

Guido



More information about the Interest mailing list