<?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: Playing around with QML, Part 1</title>
	<atom:link href="http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/</link>
	<description>Some words about the wonderful world of software engineering</description>
	<lastBuildDate>Mon, 30 Jan 2012 15:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Mateu Batle</title>
		<link>http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/comment-page-1/#comment-215</link>
		<dc:creator>Mateu Batle</dc:creator>
		<pubDate>Thu, 30 Sep 2010 23:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=246#comment-215</guid>
		<description>Hi Johan,

nice demo, I&#039;m also looking for qml demos and examples.
I did this demo of a tetris like game in QML and Javascript in case you are interested

http://mbatle.wordpress.com/2010/09/30/how-to-mingle-qml-tetrominos-and-ninjas/

cheers
  Mat</description>
		<content:encoded><![CDATA[<p>Hi Johan,</p>
<p>nice demo, I&#8217;m also looking for qml demos and examples.<br />
I did this demo of a tetris like game in QML and Javascript in case you are interested</p>
<p><a href="http://mbatle.wordpress.com/2010/09/30/how-to-mingle-qml-tetrominos-and-ninjas/" rel="nofollow">http://mbatle.wordpress.com/2010/09/30/how-to-mingle-qml-tetrominos-and-ninjas/</a></p>
<p>cheers<br />
  Mat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Hartz</title>
		<link>http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/comment-page-1/#comment-53</link>
		<dc:creator>Henrik Hartz</dc:creator>
		<pubDate>Mon, 01 Mar 2010 11:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=246#comment-53</guid>
		<description>you need to set the QWiget as a context property on your QML engine. This will make the object with all metaobject features available - so you should be able to create e.g. a Connection {} in QML.</description>
		<content:encoded><![CDATA[<p>you need to set the QWiget as a context property on your QML engine. This will make the object with all metaobject features available &#8211; so you should be able to create e.g. a Connection {} in QML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kypeli</title>
		<link>http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/comment-page-1/#comment-52</link>
		<dc:creator>kypeli</dc:creator>
		<pubDate>Sat, 27 Feb 2010 08:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=246#comment-52</guid>
		<description>Nice that you liked it :) Quite simple, but shows what you can do with QML in one evening. 

I would need to play with QML a bit more too and integrate it to widgets, giving data models to QML from C++ and all that. Unfortunately I haven&#039;t had the time yet so I am more novice in QML than you, I am afraid :)</description>
		<content:encoded><![CDATA[<p>Nice that you liked it <img src='http://www.johanpaul.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Quite simple, but shows what you can do with QML in one evening. </p>
<p>I would need to play with QML a bit more too and integrate it to widgets, giving data models to QML from C++ and all that. Unfortunately I haven&#8217;t had the time yet so I am more novice in QML than you, I am afraid <img src='http://www.johanpaul.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias</title>
		<link>http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/comment-page-1/#comment-51</link>
		<dc:creator>Mattias</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=246#comment-51</guid>
		<description>Hi, nice demo! I&#039;m playing around with Qt myself but there&#039;s something that I can&#039;t figure out - care to help?

I&#039;m instantiating my qml HMI from a widget and now I&#039;d like to connect a signal from the qml HMI to the widget, any idea how to do this?

Thanks and keep the great examples coming!</description>
		<content:encoded><![CDATA[<p>Hi, nice demo! I&#8217;m playing around with Qt myself but there&#8217;s something that I can&#8217;t figure out &#8211; care to help?</p>
<p>I&#8217;m instantiating my qml HMI from a widget and now I&#8217;d like to connect a signal from the qml HMI to the widget, any idea how to do this?</p>
<p>Thanks and keep the great examples coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kypeli</title>
		<link>http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/comment-page-1/#comment-49</link>
		<dc:creator>kypeli</dc:creator>
		<pubDate>Mon, 22 Feb 2010 08:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=246#comment-49</guid>
		<description>Cool, thanks for the comment! I try to have an other post done about the things I noticed so I can elaborate on them in detail. 

Thanks for the link to your bug tracking system. I will submit one thing related to variable usage that I think is an obvious bug.</description>
		<content:encoded><![CDATA[<p>Cool, thanks for the comment! I try to have an other post done about the things I noticed so I can elaborate on them in detail. </p>
<p>Thanks for the link to your bug tracking system. I will submit one thing related to variable usage that I think is an obvious bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Hartz</title>
		<link>http://www.johanpaul.com/blog/2010/02/playing-around-with-qml-part-1/comment-page-1/#comment-48</link>
		<dc:creator>Henrik Hartz</dc:creator>
		<pubDate>Mon, 22 Feb 2010 08:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=246#comment-48</guid>
		<description>Hi Johan,

Nice post, and cool demo! If you do find bugs, please report them on http://bugreports.qt.nokia.com/ with component &quot;Declarative&quot;. That will help us stabilize it for release later this year :)

Thanks, and keep the posts coming!</description>
		<content:encoded><![CDATA[<p>Hi Johan,</p>
<p>Nice post, and cool demo! If you do find bugs, please report them on <a href="http://bugreports.qt.nokia.com/" rel="nofollow">http://bugreports.qt.nokia.com/</a> with component &#8220;Declarative&#8221;. That will help us stabilize it for release later this year <img src='http://www.johanpaul.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks, and keep the posts coming!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

