<?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 do I realize mouse penetration of part of QuickWidget in QML?]]></title><description><![CDATA[<p dir="auto">QuickWidget  set  Qt::WA_TransparentForMouseEvents  Attribute.  //realize mouse penetration in all areas.</p>
]]></description><link>https://forum.qt.io/topic/117307/how-do-i-realize-mouse-penetration-of-part-of-quickwidget-in-qml</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 04:54:56 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/117307.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jul 2020 08:34:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do I realize mouse penetration of part of QuickWidget in QML? on Sat, 25 Jul 2020 13:15:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> thank you very much.</p>
]]></description><link>https://forum.qt.io/post/608714</link><guid isPermaLink="true">https://forum.qt.io/post/608714</guid><dc:creator><![CDATA[mirro]]></dc:creator><pubDate>Sat, 25 Jul 2020 13:15:28 GMT</pubDate></item><item><title><![CDATA[Reply to How do I realize mouse penetration of part of QuickWidget in QML? on Sat, 25 Jul 2020 07:43:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mirro">@<bdi>mirro</bdi></a><br />
Hi<br />
You can try to use<br />
"Accessing Loaded QML Objects by Object Name"<br />
<a href="https://doc.qt.io/qt-5/qtqml-cppintegration-interactqmlfromcpp.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-5/qtqml-cppintegration-interactqmlfromcpp.html</a></p>
]]></description><link>https://forum.qt.io/post/608687</link><guid isPermaLink="true">https://forum.qt.io/post/608687</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Sat, 25 Jul 2020 07:43:24 GMT</pubDate></item><item><title><![CDATA[Reply to How do I realize mouse penetration of part of QuickWidget in QML? on Sat, 25 Jul 2020 06:52:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a><br />
Hi~that's another question...</p>
<p dir="auto">How do I read the width property of BorderImage in QML using QuickWidget form C++?</p>
<pre><code>Rectangle {
    BorderImage {
        id:bI1
        x:150;
        source: "3.png";
        width: 200; height: 200;
        border.left: 35; border.top: 35;
        border.right: 35; border.bottom: 35;
    }
    BorderImage {
        id:bI2
        x:400;
        source: "3.png";
        width: 200; height: 200;
        border.left: 45; border.top: 45;
        border.right: 45; border.bottom: 45;
     }
 }
</code></pre>
]]></description><link>https://forum.qt.io/post/608685</link><guid isPermaLink="true">https://forum.qt.io/post/608685</guid><dc:creator><![CDATA[mirro]]></dc:creator><pubDate>Sat, 25 Jul 2020 06:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to How do I realize mouse penetration of part of QuickWidget in QML? on Fri, 24 Jul 2020 15:19:32 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
WA_TransparentForMouseEvents is for whole widget.</p>
<p dir="auto">If you added more details to your question, then maybe you could get a solution using<br />
MouseArea or similar.</p>
]]></description><link>https://forum.qt.io/post/608608</link><guid isPermaLink="true">https://forum.qt.io/post/608608</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Fri, 24 Jul 2020 15:19:32 GMT</pubDate></item></channel></rss>