<?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: A Proposal for Maemo 6 UI Framework MVC Model</title>
	<atom:link href="http://zchydem.enume.net/2009/11/19/proposal-for-maemo-6-ui-framework-mvc-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://zchydem.enume.net/2009/11/19/proposal-for-maemo-6-ui-framework-mvc-model/</link>
	<description>#Qt, #Linux, #Programming, #MeeGo...</description>
	<lastBuildDate>Sat, 07 Jan 2012 18:23:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: zchydem</title>
		<link>http://zchydem.enume.net/2009/11/19/proposal-for-maemo-6-ui-framework-mvc-model/comment-page-1/#comment-15</link>
		<dc:creator>zchydem</dc:creator>
		<pubDate>Fri, 20 Nov 2009 10:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=195#comment-15</guid>
		<description>Thanks for the comment dubik. Nice to hear that this review has effected on something.

I guess I haven&#039;t understood everything behind the Maemo 6 UI Framework&#039;s MVC model. Good that you also make things more clear, because I wasn&#039;t aware that widget can be just &quot;inside&quot; the controller.

My model makes widget creation easier in that sense (in my opinion) that you don&#039;t need to have code that is generated in order to make this model work. If model data changes e.g. via style updates you can also make the controller to notify the view that it&#039;s time to update visualized data. I don&#039;t see any problems with this approach and therefore the model and style headers seem to be bit overengineered in my opinion.

This is just my opinion. I believe there is a good rationale behind your design in anyway.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment dubik. Nice to hear that this review has effected on something.</p>
<p>I guess I haven&#8217;t understood everything behind the Maemo 6 UI Framework&#8217;s MVC model. Good that you also make things more clear, because I wasn&#8217;t aware that widget can be just &#8220;inside&#8221; the controller.</p>
<p>My model makes widget creation easier in that sense (in my opinion) that you don&#8217;t need to have code that is generated in order to make this model work. If model data changes e.g. via style updates you can also make the controller to notify the view that it&#8217;s time to update visualized data. I don&#8217;t see any problems with this approach and therefore the model and style headers seem to be bit overengineered in my opinion.</p>
<p>This is just my opinion. I believe there is a good rationale behind your design in anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dubik</title>
		<link>http://zchydem.enume.net/2009/11/19/proposal-for-maemo-6-ui-framework-mvc-model/comment-page-1/#comment-14</link>
		<dc:creator>dubik</dc:creator>
		<pubDate>Fri, 20 Nov 2009 06:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=195#comment-14</guid>
		<description>Thanks for the review. I already saw that people changing their dynamic_cast into qobject_cast!
You always can hack whole widget inside controller, since it inherits QGraphicsWidget. I don&#039;t think there is a way to make it more simplier. However when you need styling and models it can become a bit verbose.
I didn&#039;t quite understand, how your proposal makes widget creation easier. I notice that you got rid of model, but thats just one header in Maemo6 UI. Model is quite handy, it&#039;s isolated from widget API (easy to change), you get notifications when values has changed, you can save state of widget easily.</description>
		<content:encoded><![CDATA[<p>Thanks for the review. I already saw that people changing their dynamic_cast into qobject_cast!<br />
You always can hack whole widget inside controller, since it inherits QGraphicsWidget. I don&#8217;t think there is a way to make it more simplier. However when you need styling and models it can become a bit verbose.<br />
I didn&#8217;t quite understand, how your proposal makes widget creation easier. I notice that you got rid of model, but thats just one header in Maemo6 UI. Model is quite handy, it&#8217;s isolated from widget API (easy to change), you get notifications when values has changed, you can save state of widget easily.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

