> 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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to