<?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[Hiding some listelement in a section]]></title><description><![CDATA[<p dir="auto">Hi everyone,</p>
<p dir="auto">As we know, we can create a section in a listview to group listelements.  Now, what i would like to do is to hide some listelements(because there are too many listelements in a section), and create a button at the end of a section. when i clicked the buttom. all of the rest listelements show up.</p>
<p dir="auto">I tried to use simple list view, but i failed.</p>
<p dir="auto">Does anyone have ideas?</p>
]]></description><link>https://forum.qt.io/topic/4204/hiding-some-listelement-in-a-section</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 07:34:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/4204.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 07 Mar 2011 18:26:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hiding some listelement in a section on Tue, 08 Mar 2011 09:41:46 GMT]]></title><description><![CDATA[<p dir="auto">Essentially you need to filter your Data. Implementation depends on your model. You may use a QSortFilterProxyModel to filter your data. Another option is to implement the filtering yourself.<br />
Do not forget to emit dataChanged() once you have reduced the items in your pool.</p>
]]></description><link>https://forum.qt.io/post/78795</link><guid isPermaLink="true">https://forum.qt.io/post/78795</guid><dc:creator><![CDATA[dialingo]]></dc:creator><pubDate>Tue, 08 Mar 2011 09:41:46 GMT</pubDate></item></channel></rss>