<?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[QML Binging loop detected for property]]></title><description><![CDATA[<p dir="auto">I'm getting this:</p>
<pre><code>qrc:/qml/[filepath and QML file]:239:9 QML Details: Binding loop detected for property "blah"
</code></pre>
<p dir="auto">Firstly I've searched for the mentioned property and whilst it is in the QML I can see nothing that would cause this message, what does it actually mean and how to I avoid it?</p>
]]></description><link>https://forum.qt.io/topic/114798/qml-binging-loop-detected-for-property</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 00:16:05 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/114798.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 May 2020 11:21:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QML Binging loop detected for property on Thu, 14 May 2020 11:25:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/splatten">@<bdi>SPlatten</bdi></a> said in <a href="/post/594699">QML Binging loop detected for property</a>:</p>
<blockquote>
<p dir="auto">what does it actually mean and how to I avoid it?</p>
</blockquote>
<p dir="auto">it means that the setter of "blah" is called multiple times per event loop cycle and each time the value changed.</p>
<p dir="auto">usually this happens due to circular property binding</p>
<p dir="auto">the QmlEngine will detect it, that's when you get the "warning", and break the binding.</p>
]]></description><link>https://forum.qt.io/post/594700</link><guid isPermaLink="true">https://forum.qt.io/post/594700</guid><dc:creator><![CDATA[J.Hilk]]></dc:creator><pubDate>Thu, 14 May 2020 11:25:17 GMT</pubDate></item><item><title><![CDATA[Reply to QML Binging loop detected for property on Thu, 14 May 2020 11:26:50 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, I'm looking at ways of reducing and condensing the file, there are lots of similar things in the file.</p>
]]></description><link>https://forum.qt.io/post/594701</link><guid isPermaLink="true">https://forum.qt.io/post/594701</guid><dc:creator><![CDATA[SPlatten]]></dc:creator><pubDate>Thu, 14 May 2020 11:26:50 GMT</pubDate></item><item><title><![CDATA[Reply to QML Binging loop detected for property on Thu, 14 May 2020 11:25:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/splatten">@<bdi>SPlatten</bdi></a> said in <a href="/post/594699">QML Binging loop detected for property</a>:</p>
<blockquote>
<p dir="auto">what does it actually mean and how to I avoid it?</p>
</blockquote>
<p dir="auto">it means that the setter of "blah" is called multiple times per event loop cycle and each time the value changed.</p>
<p dir="auto">usually this happens due to circular property binding</p>
<p dir="auto">the QmlEngine will detect it, that's when you get the "warning", and break the binding.</p>
]]></description><link>https://forum.qt.io/post/594700</link><guid isPermaLink="true">https://forum.qt.io/post/594700</guid><dc:creator><![CDATA[J.Hilk]]></dc:creator><pubDate>Thu, 14 May 2020 11:25:17 GMT</pubDate></item></channel></rss>