<?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>{MVC} Logic &#187; Key event</title>
	<atom:link href="http://mvclogic.com/tag/key-event/feed/" rel="self" type="application/rss+xml" />
	<link>http://mvclogic.com</link>
	<description>MVC Frameworks, PHP Frameworks, CodeIgniter, QT4 - My Experience, Tips ,Tricks, Tweaks, Codes and much more... : MVC{model-view-controller} Logic - Code Hungry</description>
	<lastBuildDate>Sun, 15 Jan 2012 08:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simulate a Key event press/release in QT 4</title>
		<link>http://mvclogic.com/qt/simulate-a-key-event-pressrelease-in-qt-4/</link>
		<comments>http://mvclogic.com/qt/simulate-a-key-event-pressrelease-in-qt-4/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 08:14:20 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Key event]]></category>
		<category><![CDATA[keySimulate]]></category>
		<category><![CDATA[press]]></category>
		<category><![CDATA[QT 4]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=54</guid>
		<description><![CDATA[QApplication::sendEvent&#40;this, new QKeyEvent &#40;QEvent::KeyPress, Qt::Key_Dead_Diaeresis, Qt::NoModifier, QString&#40;&#34;¨&#34;&#41;&#41;&#41;; &#160; //Another way I guess easy to understand :) //Although both are same QKeyEvent keyEvent&#40;QEvent::KeyPress,Qt::Key_Escape, Qt::NoModifier&#41;; QApplication::sendEvent&#40;this, &#38;keyEvent&#41;;]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/simulate-a-key-event-pressrelease-in-qt-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

