<?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 for {MVC} Logic</title>
	<atom:link href="http://mvclogic.com/comments/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>Thu, 12 Jan 2012 06:20:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Create single instance application in Qt 4 : Qt Tip #1 by Yash</title>
		<link>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/comment-page-1/#comment-181</link>
		<dc:creator>Yash</dc:creator>
		<pubDate>Thu, 12 Jan 2012 06:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://mvclogic.com/?p=114#comment-181</guid>
		<description>I&#039;ve updated main.cpp</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated main.cpp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create single instance application in Qt 4 : Qt Tip #1 by Kishore</title>
		<link>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/comment-page-1/#comment-180</link>
		<dc:creator>Kishore</dc:creator>
		<pubDate>Thu, 12 Jan 2012 05:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://mvclogic.com/?p=114#comment-180</guid>
		<description>please mention the required header files in main.cpp</description>
		<content:encoded><![CDATA[<p>please mention the required header files in main.cpp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create single instance application in Qt 4 : Qt Tip #1 by Kishore</title>
		<link>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/comment-page-1/#comment-179</link>
		<dc:creator>Kishore</dc:creator>
		<pubDate>Thu, 12 Jan 2012 05:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://mvclogic.com/?p=114#comment-179</guid>
		<description>Error in QObject::connect()...Ihave added the required lines to the .pro file...change the main.cpp file .</description>
		<content:encoded><![CDATA[<p>Error in QObject::connect()&#8230;Ihave added the required lines to the .pro file&#8230;change the main.cpp file .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulate a Key event press/release in QT 4 by Emile</title>
		<link>http://mvclogic.com/qt/simulate-a-key-event-pressrelease-in-qt-4/comment-page-1/#comment-158</link>
		<dc:creator>Emile</dc:creator>
		<pubDate>Fri, 16 Dec 2011 04:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=54#comment-158</guid>
		<description>Hi! Does this code actually make the keystroke affect other applications? For example, if I were to send a page down with my qt application using this code would it affect a powerpoint presentation being shown?</description>
		<content:encoded><![CDATA[<p>Hi! Does this code actually make the keystroke affect other applications? For example, if I were to send a page down with my qt application using this code would it affect a powerpoint presentation being shown?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on vb.net htmlattributes example by Drogil</title>
		<link>http://mvclogic.com/vbnet/vbnet-htmlattributes-example/comment-page-1/#comment-134</link>
		<dc:creator>Drogil</dc:creator>
		<pubDate>Wed, 03 Aug 2011 18:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=18#comment-134</guid>
		<description>Been looking for a way to do this in VB.

Tried this:


No syntax errors, but it did not work.  Why?

Is the CSS overriding this?</description>
		<content:encoded><![CDATA[<p>Been looking for a way to do this in VB.</p>
<p>Tried this:</p>
<p>No syntax errors, but it did not work.  Why?</p>
<p>Is the CSS overriding this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulate a Key event press/release in QT 4 by Yash</title>
		<link>http://mvclogic.com/qt/simulate-a-key-event-pressrelease-in-qt-4/comment-page-1/#comment-118</link>
		<dc:creator>Yash</dc:creator>
		<pubDate>Thu, 30 Jun 2011 11:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=54#comment-118</guid>
		<description>this object can be replaced with any other Qt Widget but not any external widget</description>
		<content:encoded><![CDATA[<p>this object can be replaced with any other Qt Widget but not any external widget</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulate a Key event press/release in QT 4 by Neel Basu</title>
		<link>http://mvclogic.com/qt/simulate-a-key-event-pressrelease-in-qt-4/comment-page-1/#comment-113</link>
		<dc:creator>Neel Basu</dc:creator>
		<pubDate>Sat, 18 Jun 2011 10:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://aquireknowledge.com/codemanager/?p=54#comment-113</guid>
		<description>what is `this` ? You are firing it from where ? is it targated to some widget ? or to currently focused Widget ? What if the currently focused Widget is not a Qt Widget</description>
		<content:encoded><![CDATA[<p>what is `this` ? You are firing it from where ? is it targated to some widget ? or to currently focused Widget ? What if the currently focused Widget is not a Qt Widget</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create single instance application in Qt 4 : Qt Tip #1 by Yash</title>
		<link>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/comment-page-1/#comment-79</link>
		<dc:creator>Yash</dc:creator>
		<pubDate>Tue, 10 May 2011 15:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://mvclogic.com/?p=114#comment-79</guid>
		<description>No dear its include only. This is the way to include Qt Projects into other Qt Project. You’ve to add this in .pro file.</description>
		<content:encoded><![CDATA[<p>No dear its include only. This is the way to include Qt Projects into other Qt Project. You’ve to add this in .pro file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create single instance application in Qt 4 : Qt Tip #1 by Bastien Chamagne</title>
		<link>http://mvclogic.com/qt/create-single-instance-application-in-qt-4-qt-tip-1/comment-page-1/#comment-77</link>
		<dc:creator>Bastien Chamagne</dc:creator>
		<pubDate>Tue, 10 May 2011 06:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://mvclogic.com/?p=114#comment-77</guid>
		<description>Cool tutorial ! Thank you.

1 include is truncate in the tutorial. It is obviously:

#include </description>
		<content:encoded><![CDATA[<p>Cool tutorial ! Thank you.</p>
<p>1 include is truncate in the tutorial. It is obviously:</p>
<p>#include</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on show data in external window with custom widget in qt by nish</title>
		<link>http://mvclogic.com/qt/show-data-in-external-window-with-custom-widget-in-qt/comment-page-1/#comment-32</link>
		<dc:creator>nish</dc:creator>
		<pubDate>Mon, 18 Apr 2011 10:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://mvclogic.com/?p=153#comment-32</guid>
		<description>your function leaks memory. you forgot to delete QDialog. Either allocate the QDialog on stack or set the Qt::DeleteonClose hint on that.</description>
		<content:encoded><![CDATA[<p>your function leaks memory. you forgot to delete QDialog. Either allocate the QDialog on stack or set the Qt:<img src="http://mvclogic.com/wp-content/themes/grey-opaque/images/smilies/icon_biggrin.gif" alt="Smilie: :D" title="Smilie: :D" />eleteonClose hint on that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

