Qml and different screen resolutions
-
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? -
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?@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 -
I've resolved the problem for some time.
Here is my blog:)
http://blog.csdn.net/gamesdev/article/details/31828513