<?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; QT 4</title>
	<atom:link href="http://mvclogic.com/tag/qt-4/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>Get row height and Column width of QListView</title>
		<link>http://mvclogic.com/qt/get-row-height-and-column-width-of-qlistview/</link>
		<comments>http://mvclogic.com/qt/get-row-height-and-column-width-of-qlistview/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 14:05:26 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[Column width]]></category>
		<category><![CDATA[Get row height]]></category>
		<category><![CDATA[QListView]]></category>
		<category><![CDATA[QT 4]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=285</guid>
		<description><![CDATA[Row Height of QListView sizeHintForRow (int row); Column width of QListView sizeHintForColumn (int column)]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/get-row-height-and-column-width-of-qlistview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>show data in external window with custom widget in qt</title>
		<link>http://mvclogic.com/qt/show-data-in-external-window-with-custom-widget-in-qt/</link>
		<comments>http://mvclogic.com/qt/show-data-in-external-window-with-custom-widget-in-qt/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 16:42:52 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[Qt-Tips]]></category>
		<category><![CDATA[custom widget]]></category>
		<category><![CDATA[external window]]></category>
		<category><![CDATA[QT 4]]></category>
		<category><![CDATA[show data]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=153</guid>
		<description><![CDATA[Sometime you need to show data in external window with custom widget(s). This little code will help you. function showCustomWidget&#40;&#41; &#123; &#160; QDialog *dlgMultiLine = new QDialog&#40;&#41;; QGridLayout *gridLayout = new QGridLayout&#40;dlgMultiLine&#41;; QPlainTextEdit *txtMultiline = new QPlainTextEdit&#40;&#41;; &#160; txtMultiline-&#62;setPlainText&#40;this-&#62;toPlainText&#40;&#41;&#41;; &#160; &#8230; <a href="http://mvclogic.com/qt/show-data-in-external-window-with-custom-widget-in-qt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/show-data-in-external-window-with-custom-widget-in-qt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create single instance application in Qt 4 : Qt Tip #1</title>
		<link>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/</link>
		<comments>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 06:02:08 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Qt-Tips]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[QT 4]]></category>
		<category><![CDATA[single instance]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=114</guid>
		<description><![CDATA[Many times we want only single instance of application. How can we achieve this. I&#8217;m going to show a simple way to achieve this. We need a Utility that is freely provided by Qt guys . Click here to know &#8230; <a href="http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<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>

