<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Th30z - Coding on the Fly &#187; Qyoto</title>
	<atom:link href="http://th30z.netsons.org/tag/qyoto/feed/" rel="self" type="application/rss+xml" />
	<link>http://th30z.netsons.org</link>
	<description>Matteo Bertozzi, Objective-C, Cocoa, C, C++, Qt4, iPhone, Mac OS X, Open Moko, Matteo Bertozzi Development</description>
	<lastBuildDate>Sun, 22 Nov 2009 09:47:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Qyoto &#8211; First Experiment</title>
		<link>http://th30z.netsons.org/2008/07/qyoto-first-experiment/</link>
		<comments>http://th30z.netsons.org/2008/07/qyoto-first-experiment/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 13:02:12 +0000</pubDate>
		<dc:creator>Matteo Bertozzi</dc:creator>
				<category><![CDATA[Qt4]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Qyoto]]></category>

		<guid isPermaLink="false">http://th30z.netsons.org/?p=73</guid>
		<description><![CDATA[A little example of Mono, C# and Qt4 (Qyoto).
This examples contains all what you need to starting a little application. QtDesigner, Resources, and Slot handling.
If you&#8217;re using Ubuntu, you must install libqyoto4.3-cli and qyoto-dev-tools.
Qt User Interface Compiler (uic) for C# is called&#160;uics and (in ubuntu) you can find it here:&#160;/usr/lib/kde4/bin/
Qt Resource Compiler (rcc) for C# [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://th30z.netsons.org/wp-content/uploads/qyototest.png"><img class="alignright size-medium wp-image-74" title="Qyoto Test Window" src="http://th30z.netsons.org/wp-content/uploads/qyototest-286x350.png" alt="" width="286" height="350" /></a>A little example of Mono, C# and Qt4 (<a title="Qyoto" href="http://www.qyoto.org/">Qyoto</a>).<br />
This examples contains all what you need to starting a little application. QtDesigner, Resources, and Slot handling.</p>
<p>If you&#8217;re using Ubuntu, you must install <strong>libqyoto4.3-cli</strong> and <strong>qyoto-dev-tools</strong>.</p>
<p><em>Qt User Interface Compiler</em> (uic) for C# is called&nbsp;<em>uics</em> and (in ubuntu) you can find it here:&nbsp;/usr/lib/kde4/bin/</p>
<p><em>Qt Resource Compiler</em> (rcc) for C# is called&nbsp;<em>csrcc</em> and is in the same path of <em>uics</em>.</p>
<p>To define Slots you should add attribute&nbsp;[Q_SLOT("slotName()")] on slot Method.</p>
<p>Another thing to&nbsp;remember&nbsp;is that all methods start with Upper case, so you&#8217;ve to call textEdit.SetText(&#8221;myText&#8221;) and not textEdit.setText(&#8221;myText&#8221;) like in C++.</p>
<p>Source Code of the example could be downloaded from here:&nbsp;<a href="http://th30z.netsons.org/wp-content/uploads/qyototest.tar.bz2">QyotoTest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://th30z.netsons.org/2008/07/qyoto-first-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
