Qml and different screen resolutions
-
wrote on 16 Mar 2015, 10:05 last edited by mrdebug
Hi. Now I'm writing an app for Android and iOS.
In order to support devices with low and high resolution, when the app starts it verifies the screen size and, using states, it uses different fonts size for each type of screens resolution.
And you, how have resolved this problem? -
wrote on 16 Mar 2015, 11:53 last edited by
Hi,,
I guess you can set the font size with respect to your screen size.
-
Hi. Now I'm writing an app for Android and iOS.
In order to support devices with low and high resolution, when the app starts it verifies the screen size and, using states, it uses different fonts size for each type of screens resolution.
And you, how have resolved this problem?wrote on 16 Mar 2015, 18:49 last edited by@mrdebug I have same problem
What i found:
http://www.kdab.com/pixels-trust-scalable-uis-qml-part-2/
http://www.kdab.com/scalable-uis-qml/
http://doc.qt.io/qt-5/scalability.html -
wrote on 17 Mar 2015, 04:14 last edited by
I've resolved the problem for some time.
Here is my blog:)
http://blog.csdn.net/gamesdev/article/details/31828513
1/4