<?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 set Qt::WA_AlwaysShowToolTips for QML Tool Window]]></title><description><![CDATA[<p dir="auto">Hi, I create a tool window：</p>
<pre><code>Window {
    flags: Qt.Tool | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint
}
</code></pre>
<p dir="auto">and I wish tool window will appear when the application is inactive by the Qt::WA_MacAlwaysShowToolWindow attribute.</p>
<p dir="auto">so, how to set Qt::WA_AlwaysShowToolTips in QML ?</p>
<p dir="auto">"flags: Qt.Tool | Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint | Qt.WA_AlwaysShowToolTips"  is not work.</p>
]]></description><link>https://forum.qt.io/topic/136704/how-to-set-qt-wa_alwaysshowtooltips-for-qml-tool-window</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Apr 2026 20:12:15 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/136704.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 May 2022 09:28:27 GMT</pubDate><ttl>60</ttl></channel></rss>