Re: [Interest] Qt for Android not quite what I expected

2013-05-14 Thread Guido Seifert
> 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

Re: [Interest] Qt for Android not quite what I expected

2013-05-14 Thread Portale Alessandro
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. >