[Interest] Qt 5.2.0 for android: strange application title bar behaviour

2013-12-17 Thread ElderOrb
Hi, I started playing with Qt 5.2.0 for android - from the first look works great! But I noticed strange behavior of application's title bar. Every time I launch 'QuickForecast' or any other demo I see the same picture: first, application's title appears as gray text on the black

[Interest] Qt 5.2.0 on Android AdMob

2013-12-17 Thread ElderOrb
Hi, Is it possible to integrate AdMob (or any other Ad network) banners into Qt-based android app? Is there any samples available? Regards, ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] How to change QFont::StyleStrategy from QML?

2014-01-19 Thread ElderOrb
I have a font which is unfortunately rendered incorrectly unless QFont::StyleStrategy set to QFont::NoFontMerging. This font is being loaded via QML Loader and used by many QML controls. Unfortunately 'QFont::NoFontMerging' is not exposed to QML so I can't change it like the other font

[Interest] QML 'Promises'

2014-05-11 Thread ElderOrb
Is there any library allowing to use 'Promises' (http://wiki.commonjs.org/wiki/Promises/A) in QML ? Is there any plans to add support for this into QML itself? ___ Interest mailing list Interest@qt-project.org