<?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 on: Example Qt Chat Program</title>
	<atom:link href="http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/</link>
	<description>Your blog is probably better than mine.</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:18:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-2/#comment-166931</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-166931</guid>
		<description>There is plenty of material on the internet on this topic. Please don&#039;t correspond with me directly by email, as that would prevent others from benefiting from the conversation in the future.</description>
		<content:encoded><![CDATA[<p>There is plenty of material on the internet on this topic. Please don&#8217;t correspond with me directly by email, as that would prevent others from benefiting from the conversation in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miss.student</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-2/#comment-166930</link>
		<dc:creator>miss.student</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-166930</guid>
		<description>Ok! so it maens it is possible whit UDP  
 surely I need to learn more about it
in fact I study math at university :)
could I continue discussion with you by email??</description>
		<content:encoded><![CDATA[<p>Ok! so it maens it is possible whit UDP<br />
 surely I need to learn more about it<br />
in fact I study math at university :)<br />
could I continue discussion with you by email??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-2/#comment-166929</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-166929</guid>
		<description>It seems to me like you need to learn much more about UDP before you say something like UDP &quot;can&#039;t has log in facility&quot;. That is simply not true.</description>
		<content:encoded><![CDATA[<p>It seems to me like you need to learn much more about UDP before you say something like UDP &#8220;can&#8217;t has log in facility&#8221;. That is simply not true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miss.student</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-2/#comment-166928</link>
		<dc:creator>miss.student</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-166928</guid>
		<description>thanks very much,I try it...
I want it for university project,it must be without designer!!

maybe it is so easier for me to write it with UDP
but it can&#039;t has log in facility...</description>
		<content:encoded><![CDATA[<p>thanks very much,I try it&#8230;<br />
I want it for university project,it must be without designer!!</p>
<p>maybe it is so easier for me to write it with UDP<br />
but it can&#8217;t has log in facility&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-2/#comment-166927</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-166927</guid>
		<description>You would have to instantiate a QStackedWidget in your C++ code, and add different widgets as pages to it. Each widget would probably be a QFrame with the content you want inside it.

This really is a lot easier to do with Designer if you can.</description>
		<content:encoded><![CDATA[<p>You would have to instantiate a QStackedWidget in your C++ code, and add different widgets as pages to it. Each widget would probably be a QFrame with the content you want inside it.</p>
<p>This really is a lot easier to do with Designer if you can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miss.student</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-2/#comment-166926</link>
		<dc:creator>miss.student</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-166926</guid>
		<description>Hi.. tnx Dave!!!!! :)
I read this code, but I&#039;m trying to write it without designer!!!
but I have a big problem 
how can I replace this in mainwindow.cxx
void MainWindow::connected()
{
    // Flip over to the chat page:
    stackedWidget-&gt;setCurrentWidget(chatPage);

    // And send our username to the chat server.
    socket-&gt;write(QString(&quot;/me:&quot; + userLineEdit-&gt;text() + &quot;\n&quot;).toUtf8());
}
in fact I dont know how open &quot;chatpage&quot; when I did&#039;nt use designer??</description>
		<content:encoded><![CDATA[<p>Hi.. tnx Dave!!!!! :)<br />
I read this code, but I&#8217;m trying to write it without designer!!!<br />
but I have a big problem<br />
how can I replace this in mainwindow.cxx<br />
void MainWindow::connected()<br />
{<br />
    // Flip over to the chat page:<br />
    stackedWidget-&gt;setCurrentWidget(chatPage);</p>
<p>    // And send our username to the chat server.<br />
    socket-&gt;write(QString(&#8220;/me:&#8221; + userLineEdit-&gt;text() + &#8220;\n&#8221;).toUtf8());<br />
}<br />
in fact I dont know how open &#8220;chatpage&#8221; when I did&#8217;nt use designer??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coder</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-2/#comment-160333</link>
		<dc:creator>Coder</dc:creator>
		<pubDate>Wed, 14 Dec 2011 12:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-160333</guid>
		<description>Thank You Dave....</description>
		<content:encoded><![CDATA[<p>Thank You Dave&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-1/#comment-159958</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 12 Dec 2011 13:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-159958</guid>
		<description>Ysabelle,

Your program is very similar to this chat program. You will have to record user input and convert that to text or binary form to be transmitted to the server.</description>
		<content:encoded><![CDATA[<p>Ysabelle,</p>
<p>Your program is very similar to this chat program. You will have to record user input and convert that to text or binary form to be transmitted to the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ysabelle</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-1/#comment-159947</link>
		<dc:creator>Ysabelle</dc:creator>
		<pubDate>Mon, 12 Dec 2011 12:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-159947</guid>
		<description>Hey Dave,
thanks for this Program, it helps a lot.

First sry for my bad english, i hope you understand me :)

I have a Question, we have a project named online WhiteBoard.

In it many Clients(User) can paint together on the same White-Board. For that we want to use a Client Server App.

My Question, how can we relize it that the Server gets and send the information of painting, the problem is, in a chat Program you send Strings, but not for painting.</description>
		<content:encoded><![CDATA[<p>Hey Dave,<br />
thanks for this Program, it helps a lot.</p>
<p>First sry for my bad english, i hope you understand me :)</p>
<p>I have a Question, we have a project named online WhiteBoard.</p>
<p>In it many Clients(User) can paint together on the same White-Board. For that we want to use a Client Server App.</p>
<p>My Question, how can we relize it that the Server gets and send the information of painting, the problem is, in a chat Program you send Strings, but not for painting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-1/#comment-146555</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 16 Sep 2011 05:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-146555</guid>
		<description>Do you have this in your .pro file:

QT += network</description>
		<content:encoded><![CDATA[<p>Do you have this in your .pro file:</p>
<p>QT += network</p>
]]></content:encoded>
	</item>
</channel>
</rss>

