<?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 create a QList of QList&lt;QString&gt;?]]></title><description><![CDATA[<p dir="auto">Something like this:</p>
<pre><code>``` QList&lt;QList&lt;QString&gt;&gt; output; ```
</code></pre>
]]></description><link>https://forum.qt.io/topic/92584/how-do-i-create-a-qlist-of-qlist-qstring</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 08:52:01 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/92584.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 Jul 2018 02:06:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do I create a QList of QList&lt;QString&gt;? on Mon, 16 Jul 2018 20:19:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pablo-j.-rogina">@<bdi>Pablo-J.-Rogina</bdi></a> Done!</p>
]]></description><link>https://forum.qt.io/post/469851</link><guid isPermaLink="true">https://forum.qt.io/post/469851</guid><dc:creator><![CDATA[Dr. No]]></dc:creator><pubDate>Mon, 16 Jul 2018 20:19:59 GMT</pubDate></item><item><title><![CDATA[Reply to How do I create a QList of QList&lt;QString&gt;? on Mon, 16 Jul 2018 18:26:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dr.-no">@<bdi>Dr.-No</bdi></a> if your issue is solved, don't forget to mark your post as such. Thanks</p>
]]></description><link>https://forum.qt.io/post/469836</link><guid isPermaLink="true">https://forum.qt.io/post/469836</guid><dc:creator><![CDATA[Pablo J. Rogina]]></dc:creator><pubDate>Mon, 16 Jul 2018 18:26:29 GMT</pubDate></item><item><title><![CDATA[Reply to How do I create a QList of QList&lt;QString&gt;? on Mon, 16 Jul 2018 18:03:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aha_1980">@<bdi>aha_1980</bdi></a> I compiled as C++11 then it worked. I wasn't aware of this. Thank you all guys.</p>
]]></description><link>https://forum.qt.io/post/469833</link><guid isPermaLink="true">https://forum.qt.io/post/469833</guid><dc:creator><![CDATA[Dr. No]]></dc:creator><pubDate>Mon, 16 Jul 2018 18:03:11 GMT</pubDate></item><item><title><![CDATA[Reply to How do I create a QList of QList&lt;QString&gt;? on Fri, 13 Jul 2018 05:58:45 GMT]]></title><description><![CDATA[<p dir="auto">declare it as<br />
QList&lt;QList&lt;QString&gt;&gt; abc;<br />
QList&lt;QStringList&gt; xyz;</p>
<p dir="auto">Does it help ?</p>
]]></description><link>https://forum.qt.io/post/469264</link><guid isPermaLink="true">https://forum.qt.io/post/469264</guid><dc:creator><![CDATA[dheerendra]]></dc:creator><pubDate>Fri, 13 Jul 2018 05:58:45 GMT</pubDate></item><item><title><![CDATA[Reply to How do I create a QList of QList&lt;QString&gt;? on Fri, 13 Jul 2018 03:58:58 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/dr.-no">@<bdi>Dr.-No</bdi></a>,</p>
<p dir="auto">and what is your question? The code you posted is correct.</p>
<p dir="auto">Just note, that for older compilers you need to add a space between the closing <code>&gt;</code>.</p>
<p dir="auto">Regards</p>
]]></description><link>https://forum.qt.io/post/469250</link><guid isPermaLink="true">https://forum.qt.io/post/469250</guid><dc:creator><![CDATA[aha_1980]]></dc:creator><pubDate>Fri, 13 Jul 2018 03:58:58 GMT</pubDate></item></channel></rss>