<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Force the resolution of my QML application]]></title><description><![CDATA[<p dir="auto">Hello, I have a problem with the resolution of my QML application. I develloped my application on a phone in 720p, everything was well positioned. I then tested my application on a phone with a 1080p screen and I saw that the application did not run in 720p but in 1080p. The window was in a corner at the top left, it did not rescaled. My question is: Is it possible to force the application to shoot in 720p even on 1080p phones?</p>
<p dir="auto">Thank you in advance for your answers =)</p>
]]></description><link>https://forum.qt.io/topic/103604/force-the-resolution-of-my-qml-application</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 04:31:45 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/103604.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jun 2019 10:01:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Force the resolution of my QML application on Thu, 06 Jun 2019 10:21:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/dropnod">@<bdi>DropNod</bdi></a></p>
<p dir="auto">Yes it is possible, few instructions for your APP development.</p>
<ul>
<li>
<p dir="auto">Avoid hardcoded size or values for the Windows, Components, Layouts etc...</p>
</li>
<li>
<p dir="auto">Please use the <code>Screen Pixel Density</code>  to calculate size for proper rendering of the APP in different Resolution Devices.</p>
</li>
<li>
<p dir="auto">Refer <a href="https://www.mydevice.io/#tab1" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.mydevice.io/#tab1</a> for the Resolution details.</p>
</li>
<li>
<p dir="auto">Always consider Physical width, height &amp; ppi for the calculation.</p>
</li>
<li>
<p dir="auto"><code>width = Physical Width / Physical PPI</code> &amp; <code>height = Physical Height / Physical PPI</code></p>
</li>
<li>
<p dir="auto">Code reference : <strong><a href="https://blog.qt.io/blog/2018/10/19/qt-world-summit-2018-conference-app/" target="_blank" rel="noopener noreferrer nofollow ugc">Qt World Summit 2018 Conference App</a></strong>.</p>
</li>
</ul>
<p dir="auto">All the best.</p>
]]></description><link>https://forum.qt.io/post/533370</link><guid isPermaLink="true">https://forum.qt.io/post/533370</guid><dc:creator><![CDATA[Pradeep P N]]></dc:creator><pubDate>Thu, 06 Jun 2019 10:21:25 GMT</pubDate></item></channel></rss>