<?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; create a custom dialog box with</title>
	<atom:link href="http://mvclogic.com/tag/create-a-custom-dialog-box-with/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>create a custom dialog box with multi line input in qt</title>
		<link>http://mvclogic.com/qt/create-a-custom-dialog-box-with-multi-line-input-in-qt/</link>
		<comments>http://mvclogic.com/qt/create-a-custom-dialog-box-with-multi-line-input-in-qt/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 16:47:04 +0000</pubDate>
		<dc:creator>Yash</dc:creator>
				<category><![CDATA[Qt]]></category>
		<category><![CDATA[Qt-Tips]]></category>
		<category><![CDATA[create a custom dialog box with]]></category>
		<category><![CDATA[multi line input in]]></category>

		<guid isPermaLink="false">http://mvclogic.com/?p=155</guid>
		<description><![CDATA[//create a custom dialog box with multi line input void MainWindow::createMultilineInput&#40;&#41; &#123; //class variable dlgMultiLine = new QDialog&#40;this&#41;; &#160; //local variable QGridLayout *gridLayout = new QGridLayout&#40;dlgMultiLine&#41;; &#160; //class variable txtMultiline = new QPlainTextEdit&#40;&#41;; &#160; txtMultiline-&#62;setObjectName&#40;QString::fromUtf8&#40;&#34;txtMultiline&#34;&#41;&#41;; gridLayout-&#62;addWidget&#40;txtMultiline, 0, 0, 1, 1&#41;; &#8230; <a href="http://mvclogic.com/qt/create-a-custom-dialog-box-with-multi-line-input-in-qt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://mvclogic.com/qt/create-a-custom-dialog-box-with-multi-line-input-in-qt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

