<?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[Qt 6 QML TextArea C++ header. Where located?]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">Need to create customized QML TextArea with C++. Can't find location of the C++ header of this QML Component. Where it's located and what else need to develop for own subclassed component based on TextArea?</p>
<p dir="auto">Beside all of it in some articles have seen some information about QQuickPlainText (is it only for widgets?) or QML TextEdit. Should this component be considered for creating own text area? My case is to develop simplified TextArea within ability just to write, read, copy and paste text without extensive functionality. For me all is Ok in TextInput, but it's not multiline. Maybe another component for simple multiline text editing?</p>
]]></description><link>https://forum.qt.io/topic/164848/qt-6-qml-textarea-c-header.-where-located</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 05:05:44 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164848.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Jul 2026 19:02:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt 6 QML TextArea C++ header. Where located? on Sat, 11 Jul 2026 08:05:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jksh">@<bdi>JKSH</bdi></a> said in <a href="/post/838977">Qt 6 QML TextArea C++ header. Where located?</a>:</p>
<blockquote>
<p dir="auto">QQuickPlainText</p>
</blockquote>
<p dir="auto">Got messed with QPlainTextEdit. Three weeks of non-stop coding. :-))))</p>
]]></description><link>https://forum.qt.io/post/839097</link><guid isPermaLink="true">https://forum.qt.io/post/839097</guid><dc:creator><![CDATA[bogong]]></dc:creator><pubDate>Sat, 11 Jul 2026 08:05:34 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 6 QML TextArea C++ header. Where located? on Fri, 03 Jul 2026 09:01:42 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">My case is to develop simplified TextArea within ability just to write, read, copy and paste text without extensive functionality.</p>
</blockquote>
<p dir="auto">You can do that in QML with C++ helpers if needed, but as said before the c++ code for TextArea is not public API.</p>
]]></description><link>https://forum.qt.io/post/838984</link><guid isPermaLink="true">https://forum.qt.io/post/838984</guid><dc:creator><![CDATA[GrecKo]]></dc:creator><pubDate>Fri, 03 Jul 2026 09:01:42 GMT</pubDate></item><item><title><![CDATA[Reply to Qt 6 QML TextArea C++ header. Where located? on Fri, 03 Jul 2026 02:16:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bogong">@<bdi>bogong</bdi></a> said in <a href="/post/838974">Qt 6 QML TextArea C++ header. Where located?</a>:</p>
<blockquote>
<p dir="auto">For me all is Ok in TextInput, but it's not multiline. Maybe another component for simple multiline text editing?</p>
</blockquote>
<p dir="auto"><a href="https://doc.qt.io/qt-6/qml-qtquick-textedit.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-6/qml-qtquick-textedit.html</a></p>
<p dir="auto">Note: <code>TextArea</code> inherits <code>TextEdit</code></p>
<blockquote>
<p dir="auto">have seen some information about QQuickPlainText</p>
</blockquote>
<p dir="auto">I've never seen <code>QQuickPlainText</code> before. Where did you see that?</p>
<blockquote>
<p dir="auto">Need to create customized QML TextArea with C++. Can't find location of the C++ header of this QML Component.</p>
</blockquote>
<p dir="auto"><a href="https://github.com/qt/qtdeclarative/blob/v6.11.1/src/quicktemplates/qquicktextarea_p.h" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt/qtdeclarative/blob/v6.11.1/src/quicktemplates/qquicktextarea_p.h</a> Beware, this is private API</p>
]]></description><link>https://forum.qt.io/post/838977</link><guid isPermaLink="true">https://forum.qt.io/post/838977</guid><dc:creator><![CDATA[JKSH]]></dc:creator><pubDate>Fri, 03 Jul 2026 02:16:01 GMT</pubDate></item></channel></rss>