<?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[How to open a main window in a second monitor with &#x27;Qt Quick&#x27;]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I'm an all brand new programmer in Qt Quick and I would like to open my only and main window in my second monitor. It sounds simple but I wasn't able to figure it out, despite the fact that I have delved into the forum. Can anyone help me please?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.qt.io/topic/42101/how-to-open-a-main-window-in-a-second-monitor-with-qt-quick</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 16:48:28 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/42101.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jun 2014 14:02:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to open a main window in a second monitor with &#x27;Qt Quick&#x27; on Tue, 03 Jun 2014 20:08:37 GMT]]></title><description><![CDATA[<p dir="auto">It's also a solution but you have to know your screen dimensions. With QDesktopWidget you ensure that you are in a valid geometry and don't need to know your screen size.</p>
]]></description><link>https://forum.qt.io/post/230886</link><guid isPermaLink="true">https://forum.qt.io/post/230886</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 03 Jun 2014 20:08:37 GMT</pubDate></item><item><title><![CDATA[Reply to How to open a main window in a second monitor with &#x27;Qt Quick&#x27; on Tue, 03 Jun 2014 12:58:01 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your reply,</p>
<p dir="auto">actually it helped me to manage this differently without using QDesktopWidget. I just move my window from the very beginning by setting x and y knowing the dimensions of my screen, and that's it!!</p>
]]></description><link>https://forum.qt.io/post/230854</link><guid isPermaLink="true">https://forum.qt.io/post/230854</guid><dc:creator><![CDATA[Quizilla]]></dc:creator><pubDate>Tue, 03 Jun 2014 12:58:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to open a main window in a second monitor with &#x27;Qt Quick&#x27; on Mon, 02 Jun 2014 21:28:06 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">One way to do it is to get the geometry of your second screen using QDesktopWidget and then move your application window in that geometry.</p>
<p dir="auto">Hope it helps</p>
]]></description><link>https://forum.qt.io/post/230768</link><guid isPermaLink="true">https://forum.qt.io/post/230768</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 02 Jun 2014 21:28:06 GMT</pubDate></item></channel></rss>