<?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[Fadein effect in QListView adding items , how do i implement the example?]]></title><description><![CDATA[<p dir="auto">Hello<br />
im trying to implement fade in effect when i add items to QListView .<br />
im using the standard setup of model in the QListView. and adding item in balk with beginInsertRows and endInsertRows(); like this :<br />
@beginInsertRows(QModelIndex(),StreamItemList.size(),StreamItemList.size());<br />
StreamItems.append(StreamItemList);<br />
endInsertRows();</p>
<p dir="auto">where StreamItemList is QList&lt;StreamItem*&gt;@</p>
<p dir="auto">and calling this method from outside class. that collects the items in to QList.<br />
now im looking into this "example ":<a href="http://labs.qt.nokia.com/2007/08/21/fade-effects-a-blast-from-the-past/" target="_blank" rel="noopener noreferrer nofollow ugc">http://labs.qt.nokia.com/2007/08/21/fade-effects-a-blast-from-the-past/</a><br />
and can't figure out how to implement the faderwidget to start on each item added to the like via beginInsertRows</p>
]]></description><link>https://forum.qt.io/topic/12868/fadein-effect-in-qlistview-adding-items-how-do-i-implement-the-example</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 08:45:17 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/12868.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Jan 2012 15:22:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fadein effect in QListView adding items , how do i implement the example? on Fri, 06 Jan 2012 16:09:01 GMT]]></title><description><![CDATA[<p dir="auto">i have item delegate im using as my items</p>
]]></description><link>https://forum.qt.io/post/123035</link><guid isPermaLink="true">https://forum.qt.io/post/123035</guid><dc:creator><![CDATA[umen242]]></dc:creator><pubDate>Fri, 06 Jan 2012 16:09:01 GMT</pubDate></item><item><title><![CDATA[Reply to Fadein effect in QListView adding items , how do i implement the example? on Fri, 06 Jan 2012 16:00:07 GMT]]></title><description><![CDATA[<p dir="auto">Though I have not try it, it seems to me that you shou create your own QAbstractItemDelegte derive class and reimplement paint() where items color property is being changed by any mechanism.'</p>
]]></description><link>https://forum.qt.io/post/123033</link><guid isPermaLink="true">https://forum.qt.io/post/123033</guid><dc:creator><![CDATA[joonhwan]]></dc:creator><pubDate>Fri, 06 Jan 2012 16:00:07 GMT</pubDate></item></channel></rss>