<?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 put different widgets on different (real) screens?]]></title><description><![CDATA[<p dir="auto">I need to put different widgets on different (real) screens.<br />
Qt reports the correct number of screens, but also reports virtual desktop mode, so I cannot reference each real screen can I?<br />
How does one undo virtual desktop mode?<br />
And how does one put a certain widget on a certain (real) screen?<br />
I am using <a href="http://qt-project.org/doc/qt-4.8/qdesktopwidget.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-4.8/qdesktopwidget.html</a><br />
Does Qt 5 improve this?<br />
Thanks a lot.</p>
]]></description><link>https://forum.qt.io/topic/29643/how-to-put-different-widgets-on-different-real-screens</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 07:12:39 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/29643.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jul 2013 15:25:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to put different widgets on different (real) screens? on Fri, 19 Jul 2013 20:48:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You can use the availableGeometry(int screen) method to get the rectangle for the given screen and use that to place you widgets.</p>
]]></description><link>https://forum.qt.io/post/187207</link><guid isPermaLink="true">https://forum.qt.io/post/187207</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 19 Jul 2013 20:48:13 GMT</pubDate></item></channel></rss>