<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Brcha's blog &#187; Qt</title>
	<atom:link href="http://brcha.wordpress.com/category/programming/qt/feed/" rel="self" type="application/rss+xml" />
	<link>http://brcha.wordpress.com</link>
	<description>Brcha's random thoughts</description>
	<lastBuildDate>Sat, 26 Apr 2008 18:06:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='brcha.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2b72139a0b0bd7f447c31e60faf0bcb8?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Brcha's blog &#187; Qt</title>
		<link>http://brcha.wordpress.com</link>
	</image>
			<item>
		<title>CEWQO08 application</title>
		<link>http://brcha.wordpress.com/2008/04/26/cewqo08-application/</link>
		<comments>http://brcha.wordpress.com/2008/04/26/cewqo08-application/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 18:06:47 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Institute]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/?p=15</guid>
		<description><![CDATA[I have just built my first KDE 4.1/Qt 4.4.0 application. I was asked to make some modifications to the Excel spreadsheet and it was too complicated to do that by hand. I had to swap first and last names and unpack one column into 6 columns. That wouldn&#8217;t be a problem if there weren&#8217;t about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=15&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have just built my first KDE 4.1/Qt 4.4.0 application. I was asked to make some modifications to the Excel spreadsheet and it was too complicated to do that by hand. I had to swap first and last names and unpack one column into 6 columns. That wouldn&#8217;t be a problem if there weren&#8217;t about 170 entries which was too much for my copy+paste knowledge <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So I decided to transform the .xls file into an appropriate .csv file (with % as a separator since other characters were already used in the entries) and do the regexp magick using Qt. Since I am using KDE 4.1 (trunk), and it isn&#8217;t needed for this program to be delivered to anyone, I also decided to use KDElibs for GUI. So, here it is &#8211; the CEWQO08 program (the name sounds strange, but that&#8217;s the name of the <a href="http://cewqo08.phy.bg.ac.yu/">conference</a> this .xls file is all about). So I swapped the names (trivially, split the <a href="http://doc.trolltech.com/4.3/qstring.html">QString</a> into <a href="http://doc.trolltech.com/4.3/qstringlist.html">QStringList</a>, push_front(last) + pop_last) and <a href="http://doc.trolltech.com/4.3/qregexp.html">QRegExp</a>-ed the column that was to be unpacked.</p>
<p style="text-align:center;"><a href="http://img222.imageshack.us/my.php?image=cewqo08ga7.png" target="_blank"><img class="aligncenter" src="http://img222.imageshack.us/img222/7664/cewqo08ga7.th.png" border="0" alt="" /></a></p>
<p style="text-align:left;">You can watch the source at <a href="http://repo.or.cz/w/cewqo08.git">repo.or.cz</a> (or just check it out with &#8216;git clone git://repo.or.cz/cewqo08.git&#8217;).</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=15&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2008/04/26/cewqo08-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://img222.imageshack.us/img222/7664/cewqo08ga7.th.png" medium="image" />
	</item>
		<item>
		<title>External dockwidgets</title>
		<link>http://brcha.wordpress.com/2007/03/06/external-dockwidgets/</link>
		<comments>http://brcha.wordpress.com/2007/03/06/external-dockwidgets/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 18:17:00 +0000</pubDate>
		<dc:creator>brcha</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://brcha.wordpress.com/2007/03/06/external-dockwidgets/</guid>
		<description><![CDATA[Today I found this interesting post. Barış Metin managed to make a external dockwidget using Qt4 and KDE4. He even used Qt4&#8217;s QTimeLine to animate the hide event. I liked what he did a lot and made the show event animated as well.
Here&#8217;s the new source.
Click to play video
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=9&subd=brcha&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today I found <a href="http://metin.org/weblog/2007/03/06/34/">this interesting post</a>. Barış Metin managed to make a external dockwidget using Qt4 and KDE4. He even used Qt4&#8217;s <a href="http://doc.trolltech.com/4.2/qtimeline.html">QTimeLine</a> to animate the hide event. I liked what he did a lot and made the show event animated as well.</p>
<p><a href="http://serbianc.sourceforge.net/data/projects/Kulak/kulak-showAnim.tar.bz2">Here&#8217;s the new source.</a></p>
<p><a href="http://serbianc.sourceforge.net/data/projects/Kulak/Kulak-ShowHide.ogg"><img src="http://img231.imageshack.us/img231/5328/kulaktransparentgt5.png" alt="Click to play video" /><br />Click to play video</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brcha.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brcha.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brcha.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brcha.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brcha.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=brcha.wordpress.com&blog=1307147&post=9&subd=brcha&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://brcha.wordpress.com/2007/03/06/external-dockwidgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ac6a1bd4cb83e1091d4d86f340d91842?s=96&#38;d=identicon" medium="image">
			<media:title type="html">brcha</media:title>
		</media:content>

		<media:content url="http://img231.imageshack.us/img231/5328/kulaktransparentgt5.png" medium="image">
			<media:title type="html">Click to play video</media:title>
		</media:content>
	</item>
	</channel>
</rss>