<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: QGraphicScenes and Delegates</title>
	<atom:link href="http://www.sebruiz.net/262/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sebruiz.net/262</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 23:15:18 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian Monroe</title>
		<link>http://www.sebruiz.net/262/comment-page-1#comment-8104</link>
		<dc:creator>Ian Monroe</dc:creator>
		<pubDate>Wed, 01 Aug 2007 20:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/262#comment-8104</guid>
		<description>Well timers are an important part of animations. If its not me explicitly starting the timer, something else is.</description>
		<content:encoded><![CDATA[<p>Well timers are an important part of animations. If its not me explicitly starting the timer, something else is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://www.sebruiz.net/262/comment-page-1#comment-8092</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Wed, 01 Aug 2007 13:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/262#comment-8092</guid>
		<description>Whatever you do, do _not_ just randomly start firing timers at 40ms.

We&#039;re trying to get better battery life, not worse. :)</description>
		<content:encoded><![CDATA[<p>Whatever you do, do _not_ just randomly start firing timers at 40ms.</p>
<p>We&#8217;re trying to get better battery life, not worse. <img src='http://www.sebruiz.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Monroe</title>
		<link>http://www.sebruiz.net/262/comment-page-1#comment-8034</link>
		<dc:creator>Ian Monroe</dc:creator>
		<pubDate>Tue, 31 Jul 2007 15:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/262#comment-8034</guid>
		<description>Tim you mean ditch QListView and create a Interview-view using QGraphicsView? Yea I&#039;m actually thinking doing something like this. I&#039;ll just quote myself so I don&#039;t have to type it again. :)

[10:07]  icefox: I thought of a new scheme as I was waking up. (I find during-wakeup to be a very creative part of the day, doesn&#039;t mean the idea is any good though)
[10:07]  in the &quot;QGraphicsView that uses a model to display data&quot; idea
[10:09]  I subclass QGraphicsItem and in the paint method it would create QGraphicsTextItem&#039;s, etc, normal QGV stuff
[10:09]  and ask the model for what info to put in them
[10:09]  so this QGraphicsItem would contain the whole row
[10:10]  then it would call QGraphicsItem::paint and let it do its job of painting everything that had just been setup
[10:11]  then I could implement a garbage collection system of deleting these QGraphicsItems as they are scrolled out of view (only to be recreated when scrolled back over)</description>
		<content:encoded><![CDATA[<p>Tim you mean ditch QListView and create a Interview-view using QGraphicsView? Yea I&#8217;m actually thinking doing something like this. I&#8217;ll just quote myself so I don&#8217;t have to type it again. <img src='http://www.sebruiz.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[10:07]  icefox: I thought of a new scheme as I was waking up. (I find during-wakeup to be a very creative part of the day, doesn&#8217;t mean the idea is any good though)<br />
[10:07]  in the &#8220;QGraphicsView that uses a model to display data&#8221; idea<br />
[10:09]  I subclass QGraphicsItem and in the paint method it would create QGraphicsTextItem&#8217;s, etc, normal QGV stuff<br />
[10:09]  and ask the model for what info to put in them<br />
[10:09]  so this QGraphicsItem would contain the whole row<br />
[10:10]  then it would call QGraphicsItem::paint and let it do its job of painting everything that had just been setup<br />
[10:11]  then I could implement a garbage collection system of deleting these QGraphicsItems as they are scrolled out of view (only to be recreated when scrolled back over)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.sebruiz.net/262/comment-page-1#comment-8015</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 31 Jul 2007 10:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/262#comment-8015</guid>
		<description>Can&#039;t you just have very lightweight objects in a QGraphicsScene? They only really need to store a handle to the file which wouldn&#039;t take much space and then you can have cache/uncache functions for when they get near the view. Also you&#039;ll probably want a custom index as they are all in a line.</description>
		<content:encoded><![CDATA[<p>Can&#8217;t you just have very lightweight objects in a QGraphicsScene? They only really need to store a handle to the file which wouldn&#8217;t take much space and then you can have cache/uncache functions for when they get near the view. Also you&#8217;ll probably want a custom index as they are all in a line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
