<?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</title>
	<atom:link href="http://mvclogic.com/category/qt/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>capture QKeySequence from QKeyEvent</title>
		<link>http://mvclogic.com/qt/capture-qkeysequence-from-qkeyevent/</link>
		<comments>http://mvclogic.com/qt/capture-qkeysequence-from-qkeyevent/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 08:53:05 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=423</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 if &#40;event-&#62;type&#40;&#41; &#8230; <a href="http://mvclogic.com/qt/capture-qkeysequence-from-qkeyevent/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/capture-qkeysequence-from-qkeyevent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Static cast : Pass QWidget and grab Custom class out that</title>
		<link>http://mvclogic.com/qt/static-cast-pass-qwidget-and-grab-custom-class-out-that/</link>
		<comments>http://mvclogic.com/qt/static-cast-pass-qwidget-and-grab-custom-class-out-that/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 10:52:26 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=412</guid>
		<description><![CDATA[/* Pass QWidget and grab MainWindow out that */ &#160; Pane::Pane&#40;QWidget *parent&#41; : QFrame &#40;parent&#41;&#123; &#160;  mainWindow = static_cast&#60;MainWindow*&#62;&#40;parent&#41;; &#160; &#125;]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/static-cast-pass-qwidget-and-grab-custom-class-out-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QShortcut , QKeySequence and variable name as SLOT example code</title>
		<link>http://mvclogic.com/qt/qshortcut-qkeysequence-and-variable-name-as-slot-example-code/</link>
		<comments>http://mvclogic.com/qt/qshortcut-qkeysequence-and-variable-name-as-slot-example-code/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 10:06:31 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[QKeySequence and variable name as SLOT example code]]></category>
		<category><![CDATA[QShortcut]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=365</guid>
		<description><![CDATA[QShortcut , QKeySequence and variable name as SLOT example code QShortcut *m_shortcutHiddenFunct = new QShortcut&#40;QKeySequence&#40;tr&#40;&#34;Ctrl+M&#34;&#41;&#41;,this&#41;; // m_shortcutHiddenFunct-&#62;setKey(key); &#160; connect&#40;m_shortcutHiddenFunct,SIGNAL&#40;activated&#40;&#41;&#41; ,this, SLOT&#40;on_shortcut_HiddenFunc_triggered&#40;&#41;&#41;&#41;; &#160; // m_shortcutHiddenFunct-&#62;setKey( QKeySequence(tr(&#34;Ctrl+m&#34;))); &#160; QHash&#60; QString, QHash&#60;QString,QString&#62; &#62; mapper; &#160; QHash&#60;qstring , QString&#62; bookmark; bookmark.insert&#40;&#34;Next&#34;,&#34;Ctrl+N&#34;&#41;; bookmark.insert&#40;&#34;Previous&#34;,&#34;Ctrl+J&#34;&#41;; &#160; mapper.insert&#40;&#34;bookmark&#34;,bookmark&#41;; &#8230; <a href="http://mvclogic.com/qt/qshortcut-qkeysequence-and-variable-name-as-slot-example-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/qshortcut-qkeysequence-and-variable-name-as-slot-example-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QMap in reverse order using QMapIterator</title>
		<link>http://mvclogic.com/qt/qmap-in-reverse-order-using-qmapiterator/</link>
		<comments>http://mvclogic.com/qt/qmap-in-reverse-order-using-qmapiterator/#comments</comments>
		<pubDate>Mon, 23 May 2011 11:27:49 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[QMap in reverse order using QMapIterator]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=322</guid>
		<description><![CDATA[//Here's how to iterate over the elements in reverse order: QMapIterator&#60;int , QWidget *&#62; i&#40;map&#41;; i.toBack&#40;&#41;; while &#40;i.hasPrevious&#40;&#41;&#41; &#123; i.previous&#40;&#41;; qDebug&#40;&#41; &#60; &#60; i.key&#40;&#41; &#60;&#60; &#34;: &#34; &#60;&#60; i.value&#40;&#41;; &#125; &#160; //If you want to find all occurrences of a &#8230; <a href="http://mvclogic.com/qt/qmap-in-reverse-order-using-qmapiterator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/qmap-in-reverse-order-using-qmapiterator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Set QIcon or say Icon in QListView</title>
		<link>http://mvclogic.com/qt/set-qicon-or-say-icon-in-qlistview/</link>
		<comments>http://mvclogic.com/qt/set-qicon-or-say-icon-in-qlistview/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 20:00:50 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[QIcon]]></category>
		<category><![CDATA[QListView]]></category>
		<category><![CDATA[QSqlQueryModel]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=279</guid>
		<description><![CDATA[Create a new model class based on QSqlQueryModel and implement data() method like below: &#160; QVariant SqlQueryModel::data &#40; const QModelIndex &#38; item, int role&#41; const &#123; if &#40;role == Qt::DecorationRole&#41; &#123; switch&#40;item.column&#40;&#41;&#41; &#123; case 0: // column 0 contains text &#8230; <a href="http://mvclogic.com/qt/set-qicon-or-say-icon-in-qlistview/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/set-qicon-or-say-icon-in-qlistview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different Mouse Events in Qt</title>
		<link>http://mvclogic.com/qt/different-mouse-events-in-qt/</link>
		<comments>http://mvclogic.com/qt/different-mouse-events-in-qt/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 19:41:55 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=275</guid>
		<description><![CDATA[bool MyQMainWindowEventFilter::eventFilter &#40;QObject* o, QEvent* e&#41; &#123; // play with all mouse events if &#40;&#40;e-&#62;type&#40;&#41; == QEvent::MouseButtonPress&#41; &#124;&#124; &#40;e-&#62;type&#40;&#41; == QEvent::MouseButtonRelease&#41; &#124;&#124; &#40;e-&#62;type&#40;&#41; == QEvent::MouseButtonDblClick&#41; &#124;&#124; &#40;e-&#62;type&#40;&#41; == QEvent::MouseMove&#41;&#41; &#123; cout &#60; &#60; &#34;mouse event&#34; &#60;&#60; endl; return false; &#125; &#8230; <a href="http://mvclogic.com/qt/different-mouse-events-in-qt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/different-mouse-events-in-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get objectname of event sender in Qt</title>
		<link>http://mvclogic.com/qt/get-objectname-of-event-sender-in-qt/</link>
		<comments>http://mvclogic.com/qt/get-objectname-of-event-sender-in-qt/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 19:31:20 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=271</guid>
		<description><![CDATA[What would be object name which sends event ? Use QObject::sender() to get the sending object. void myslot&#40;&#41; &#123; QObject* pObject = sender&#40;&#41;; QString name = pObject-&#38;gt;objectName&#40;&#41;; &#125;]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/get-objectname-of-event-sender-in-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing MinGW dll dependencies in QT Static linking</title>
		<link>http://mvclogic.com/qt/removing-mingw-dll-dependencies-in-qt-static-linking/</link>
		<comments>http://mvclogic.com/qt/removing-mingw-dll-dependencies-in-qt-static-linking/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 16:14:58 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[Qt-Tips]]></category>
		<category><![CDATA[dependencies]]></category>
		<category><![CDATA[MinGW dll]]></category>
		<category><![CDATA[QT Static linking]]></category>
		<category><![CDATA[Removing]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=183</guid>
		<description><![CDATA[libgcc_s_dw2-1.dll Passing -static-libgcc will remove this dependency for all languages other than C. Note: C++ exceptions depends on this option. mingwm10.dll Remove -mthreads option from your makefile. Note: Multithreading and C++ exceptions depends on this option.]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/removing-mingw-dll-dependencies-in-qt-static-linking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use QColor from getColor on QLabel and QTextbox</title>
		<link>http://mvclogic.com/qt/use-qcolor-from-getcolor-on-qlabel-and-qtextbox/</link>
		<comments>http://mvclogic.com/qt/use-qcolor-from-getcolor-on-qlabel-and-qtextbox/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 16:57:00 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[Qt-Tips]]></category>
		<category><![CDATA[from getColor]]></category>
		<category><![CDATA[on QLabel]]></category>
		<category><![CDATA[QTextbox]]></category>
		<category><![CDATA[Use QColor]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=157</guid>
		<description><![CDATA[//To use color on text and label //Simple sample :) QColor color = QColorDialog::getColor&#40;QColor&#40;ui-&#62;backgroundColorPickerText-&#62;text&#40;&#41;&#41;, this&#41;; if&#40;color.isValid&#40;&#41;&#41; &#123; &#160; QPixmap pix&#40;21, 21&#41;; pix.fill&#40;color&#41;; &#160; ui-&#62;backgroundColorPickerLabel-&#62;setPixmap&#40;pix&#41;; ui-&#62;backgroundColorPickerText-&#62;setText&#40;color.name&#40;&#41;&#41;; &#125;]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/use-qcolor-from-getcolor-on-qlabel-and-qtextbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

