> 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 man
From: interest-bounces+alessandro.portale=digia@qt-project.org
[interest-bounces+alessandro.portale=digia@qt-project.org] on behalf of
Guido Seifert [warg...@gmx.de]
Sent: Tuesday, May 14, 2013 17:48
> Hi,
> with the new beta binary package I was able to compile and deploy to android.
>