<?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[Running Qt Quick windowless on desktop]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">How would i go about running a Qt Quick instance in a similar fashion to a desktop/ floating widget?</p>
<p dir="auto">Thanks for your time,</p>
<p dir="auto">Gary</p>
]]></description><link>https://forum.qt.io/topic/3846/running-qt-quick-windowless-on-desktop</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 09:59:16 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/3846.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Feb 2011 18:06:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Running Qt Quick windowless on desktop on Mon, 21 Feb 2011 23:26:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">You can get rid of the window frame from C++, using the "Qt::FramelessWindowHint":<a href="http://doc.qt.nokia.com/4.7/qt.html#WindowType-enum" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.nokia.com/4.7/qt.html#WindowType-enum</a> (this is what qmlviewer does if you use the -frameless flag). Is this what you are after?</p>
<p dir="auto">Regards,<br />
Michael</p>
]]></description><link>https://forum.qt.io/post/77441</link><guid isPermaLink="true">https://forum.qt.io/post/77441</guid><dc:creator><![CDATA[mbrasser]]></dc:creator><pubDate>Mon, 21 Feb 2011 23:26:33 GMT</pubDate></item></channel></rss>