<?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 for Zchydem&#039;s Blog</title>
	<atom:link href="http://zchydem.enume.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zchydem.enume.net</link>
	<description>#Qt, #Linux, #Programming, #MeeGo...</description>
	<lastBuildDate>Wed, 08 Sep 2010 13:05:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Qt-HowTo: Private Classes and D-Pointers by ab</title>
		<link>http://zchydem.enume.net/2010/01/19/qt-howto-private-classes-and-d-pointers/comment-page-1/#comment-146</link>
		<dc:creator>ab</dc:creator>
		<pubDate>Wed, 08 Sep 2010 13:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=504#comment-146</guid>
		<description>d-pointer technique is an implementation of the pimpl concept, so it is essentially the same thing you are talking about.</description>
		<content:encoded><![CDATA[<p>d-pointer technique is an implementation of the pimpl concept, so it is essentially the same thing you are talking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickFlickr on N900 by bale</title>
		<link>http://zchydem.enume.net/2010/08/15/quickflickr-on-n900/comment-page-1/#comment-145</link>
		<dc:creator>bale</dc:creator>
		<pubDate>Sat, 21 Aug 2010 10:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=744#comment-145</guid>
		<description>Thanks! I should have specified that it would be nice if the post was suitable for noobs like me ;)

Delegates and model views is what most of the info seems to point to, but I can&#039;t figure out what&#039;s the best way to create the custom drawing. For example, can I use layouts in some way, or do I need to position the text by hand and take care of resizing etc.? Is it possible to create the items in Qt Designer (yes, I&#039;m that lazy ;))?

I&#039;ve also seen QGraphicsView mentioned as a way to do it, so I&#039;m definitely looking forward to your upcoming post! Would be interesting to know what are the advantages compared to a normal list view.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Thanks! I should have specified that it would be nice if the post was suitable for noobs like me <img src='http://zchydem.enume.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Delegates and model views is what most of the info seems to point to, but I can&#8217;t figure out what&#8217;s the best way to create the custom drawing. For example, can I use layouts in some way, or do I need to position the text by hand and take care of resizing etc.? Is it possible to create the items in Qt Designer (yes, I&#8217;m that lazy <img src='http://zchydem.enume.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )?</p>
<p>I&#8217;ve also seen QGraphicsView mentioned as a way to do it, so I&#8217;m definitely looking forward to your upcoming post! Would be interesting to know what are the advantages compared to a normal list view.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickFlickr on N900 by zchydem</title>
		<link>http://zchydem.enume.net/2010/08/15/quickflickr-on-n900/comment-page-1/#comment-144</link>
		<dc:creator>zchydem</dc:creator>
		<pubDate>Fri, 20 Aug 2010 09:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=744#comment-144</guid>
		<description>@bale Hi Francesco:)

Thanks for your tip and yes, you are welcome to post any comments you like. I don&#039;t mind that. Thanks for your proposal for the topic. Quick Tip for your question is that you can use Qt&#039;s delegates for that. 

What a delegate does is that, it can provide a custom look and editing behavior for your items in a Qt&#039;s model view based widgets. You can do custom drawing there e.g. icons, text background color etc. 

Delegate doc: http://doc.qt.nokia.com/4.7-snapshot/qabstractitemdelegate.html
ModelView doc: http://doc.qt.nokia.com/4.7-snapshot/model-view-programming.html

Btw, I have a one post in my mind which is pretty close what you proposed, but it&#039;s actually a QGraphicsView based solution for pannable list with delegates.</description>
		<content:encoded><![CDATA[<p>@bale Hi Francesco:)</p>
<p>Thanks for your tip and yes, you are welcome to post any comments you like. I don&#8217;t mind that. Thanks for your proposal for the topic. Quick Tip for your question is that you can use Qt&#8217;s delegates for that. </p>
<p>What a delegate does is that, it can provide a custom look and editing behavior for your items in a Qt&#8217;s model view based widgets. You can do custom drawing there e.g. icons, text background color etc. </p>
<p>Delegate doc: <a href="http://doc.qt.nokia.com/4.7-snapshot/qabstractitemdelegate.html" rel="nofollow">http://doc.qt.nokia.com/4.7-snapshot/qabstractitemdelegate.html</a><br />
ModelView doc: <a href="http://doc.qt.nokia.com/4.7-snapshot/model-view-programming.html" rel="nofollow">http://doc.qt.nokia.com/4.7-snapshot/model-view-programming.html</a></p>
<p>Btw, I have a one post in my mind which is pretty close what you proposed, but it&#8217;s actually a QGraphicsView based solution for pannable list with delegates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickFlickr on N900 by bale</title>
		<link>http://zchydem.enume.net/2010/08/15/quickflickr-on-n900/comment-page-1/#comment-143</link>
		<dc:creator>bale</dc:creator>
		<pubDate>Fri, 20 Aug 2010 07:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=744#comment-143</guid>
		<description>Hi,

first of all thanks for your posts, I find your blog very useful. If you are looking for inspiration of what to write next, I have a humble suggestion: what is the best way in Qt to create a list view where the items have a non-standard and moderately complex layout (few lines of text with different sizes, images etc)? It&#039;s a pretty common use case in mobile apps, but there is surprising little information around about how to do it in Qt. I think there is a gap to fill if you are interested.

And sorry for posting this comment here, it&#039;s not really QML or Flickr related but I didn&#039;t know how else to contact you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>first of all thanks for your posts, I find your blog very useful. If you are looking for inspiration of what to write next, I have a humble suggestion: what is the best way in Qt to create a list view where the items have a non-standard and moderately complex layout (few lines of text with different sizes, images etc)? It&#8217;s a pretty common use case in mobile apps, but there is surprising little information around about how to do it in Qt. I think there is a gap to fill if you are interested.</p>
<p>And sorry for posting this comment here, it&#8217;s not really QML or Flickr related but I didn&#8217;t know how else to contact you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickFlickr on N900 by zchydem</title>
		<link>http://zchydem.enume.net/2010/08/15/quickflickr-on-n900/comment-page-1/#comment-142</link>
		<dc:creator>zchydem</dc:creator>
		<pubDate>Tue, 17 Aug 2010 08:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=744#comment-142</guid>
		<description>@wenzhezujie I haven&#039;t ever tested to run any Qt projects on Symbian and I don&#039;t know how Nokia has planned to release Qt 4.7 for Symbian platform. So I&#039;m sorry, but I can&#039;t help you.</description>
		<content:encoded><![CDATA[<p>@wenzhezujie I haven&#8217;t ever tested to run any Qt projects on Symbian and I don&#8217;t know how Nokia has planned to release Qt 4.7 for Symbian platform. So I&#8217;m sorry, but I can&#8217;t help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickFlickr on N900 by wenzhezujie</title>
		<link>http://zchydem.enume.net/2010/08/15/quickflickr-on-n900/comment-page-1/#comment-141</link>
		<dc:creator>wenzhezujie</dc:creator>
		<pubDate>Tue, 17 Aug 2010 08:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=744#comment-141</guid>
		<description>hi ,could you please tell me how can i run the Qt project with QML files on symbian S60v5. now Nokia Qt SDK desn&#039;t support it.</description>
		<content:encoded><![CDATA[<p>hi ,could you please tell me how can i run the Qt project with QML files on symbian S60v5. now Nokia Qt SDK desn&#8217;t support it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickFlickr on N900 by zchydem</title>
		<link>http://zchydem.enume.net/2010/08/15/quickflickr-on-n900/comment-page-1/#comment-140</link>
		<dc:creator>zchydem</dc:creator>
		<pubDate>Mon, 16 Aug 2010 05:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=744#comment-140</guid>
		<description>@wenzhezujie Thanks</description>
		<content:encoded><![CDATA[<p>@wenzhezujie Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on QuickFlickr on N900 by wenzhezujie</title>
		<link>http://zchydem.enume.net/2010/08/15/quickflickr-on-n900/comment-page-1/#comment-139</link>
		<dc:creator>wenzhezujie</dc:creator>
		<pubDate>Sun, 15 Aug 2010 23:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=744#comment-139</guid>
		<description>good job.</description>
		<content:encoded><![CDATA[<p>good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MeeGo Thoughts by zchydem</title>
		<link>http://zchydem.enume.net/2010/02/26/meego-thoughts/comment-page-1/#comment-134</link>
		<dc:creator>zchydem</dc:creator>
		<pubDate>Mon, 07 Jun 2010 11:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=622#comment-134</guid>
		<description>saikoushik: 

Yes, I mention those as examples of the services that you can use via WRT. I didn&#039;t mean that there are source code examples. I guess the best way to get familiar with MeeGo is to follow what happens in gitorious: http://meego.gitorious.org/. I&#039;m sorry that I couldn&#039;t point you any real examples.</description>
		<content:encoded><![CDATA[<p>saikoushik: </p>
<p>Yes, I mention those as examples of the services that you can use via WRT. I didn&#8217;t mean that there are source code examples. I guess the best way to get familiar with MeeGo is to follow what happens in gitorious: <a href="http://meego.gitorious.org/" rel="nofollow">http://meego.gitorious.org/</a>. I&#8217;m sorry that I couldn&#8217;t point you any real examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MeeGo Thoughts by saikoushik</title>
		<link>http://zchydem.enume.net/2010/02/26/meego-thoughts/comment-page-1/#comment-133</link>
		<dc:creator>saikoushik</dc:creator>
		<pubDate>Mon, 07 Jun 2010 09:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=622#comment-133</guid>
		<description>hi , 
in above you said some examples for WRT like phonebook ,location and ovi , can you please help me by providing links to the above examples source-code , and i am newbie to WRT and web apps , it will be helpful to me and i will make reference of those apps</description>
		<content:encoded><![CDATA[<p>hi ,<br />
in above you said some examples for WRT like phonebook ,location and ovi , can you please help me by providing links to the above examples source-code , and i am newbie to WRT and web apps , it will be helpful to me and i will make reference of those apps</p>
]]></content:encoded>
	</item>
</channel>
</rss>
