<?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 capture Qml TextArea typing event?]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Anyone know how to capture textarea typing (start editing and editing) ? It has only editingFinished  event .<br />
Thanks!</p>
]]></description><link>https://forum.qt.io/topic/72180/how-to-capture-qml-textarea-typing-event</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 23:15:34 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/72180.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Oct 2016 12:17:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 14:34:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p3c0">@<bdi>p3c0</bdi></a>: thanks for your answer :)</p>
]]></description><link>https://forum.qt.io/post/353274</link><guid isPermaLink="true">https://forum.qt.io/post/353274</guid><dc:creator><![CDATA[lemta2000]]></dc:creator><pubDate>Tue, 11 Oct 2016 14:34:03 GMT</pubDate></item><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 13:09:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> You should definitely :)</p>
]]></description><link>https://forum.qt.io/post/353239</link><guid isPermaLink="true">https://forum.qt.io/post/353239</guid><dc:creator><![CDATA[p3c0]]></dc:creator><pubDate>Tue, 11 Oct 2016 13:09:23 GMT</pubDate></item><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 13:05:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p3c0">@<bdi>p3c0</bdi></a><br />
Aha, its not so magical, just a normal QObject :)<br />
Thx. I should try QML at some time. seems to mix nicely with c++.</p>
]]></description><link>https://forum.qt.io/post/353236</link><guid isPermaLink="true">https://forum.qt.io/post/353236</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Tue, 11 Oct 2016 13:05:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 12:54:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> In the backend they are just <code>Q_PROPERTY</code>'s where they have a setter, getter and a signal.<br />
For eg.<br />
<a href="https://code.woboq.org/qt5/qtdeclarative/src/quick/items/qquickitem.h.html#109" target="_blank" rel="noopener noreferrer nofollow ugc">https://code.woboq.org/qt5/qtdeclarative/src/quick/items/qquickitem.h.html#109</a></p>
]]></description><link>https://forum.qt.io/post/353233</link><guid isPermaLink="true">https://forum.qt.io/post/353233</guid><dc:creator><![CDATA[p3c0]]></dc:creator><pubDate>Tue, 11 Oct 2016 12:54:11 GMT</pubDate></item><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 12:43:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p3c0">@<bdi>p3c0</bdi></a><br />
Ahh, that is smart !<br />
So any property is automatically a signal.<br />
so you could also hook up to OnwidthChanged and so on.<br />
thank you :)</p>
]]></description><link>https://forum.qt.io/post/353228</link><guid isPermaLink="true">https://forum.qt.io/post/353228</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Tue, 11 Oct 2016 12:43:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 12:37:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> In QML each property defined in a QML type has a signal and which have corresponding signal handler defined as <code>on&lt;Property&gt;Changed</code>.<br />
More info here:<br />
<a href="http://doc.qt.io/qt-5/qtqml-syntax-signals.html#property-change-signal-handlers" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qtqml-syntax-signals.html#property-change-signal-handlers</a></p>
]]></description><link>https://forum.qt.io/post/353225</link><guid isPermaLink="true">https://forum.qt.io/post/353225</guid><dc:creator><![CDATA[p3c0]]></dc:creator><pubDate>Tue, 11 Oct 2016 12:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 12:31:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p3c0">@<bdi>p3c0</bdi></a><br />
Can i be a QML noob and ask why such signals is not listed?</p>
<p dir="auto"><a href="http://doc.qt.io/qt-5/qml-qtquick-controls-textarea.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qml-qtquick-controls-textarea.html</a></p>
<p dir="auto">Where would i have seen that it has onTextChanged  also ?</p>
]]></description><link>https://forum.qt.io/post/353223</link><guid isPermaLink="true">https://forum.qt.io/post/353223</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Tue, 11 Oct 2016 12:31:02 GMT</pubDate></item><item><title><![CDATA[Reply to How to capture Qml TextArea typing event? on Tue, 11 Oct 2016 12:26:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lemta2000">@<bdi>lemta2000</bdi></a> <code>onTextChanged</code> handler is invoked when typing starts.</p>
]]></description><link>https://forum.qt.io/post/353221</link><guid isPermaLink="true">https://forum.qt.io/post/353221</guid><dc:creator><![CDATA[p3c0]]></dc:creator><pubDate>Tue, 11 Oct 2016 12:26:51 GMT</pubDate></item></channel></rss>