PDA

View Full Version : How to build a Chat application in Qt??



Gokulnathvc
22nd March 2011, 11:22
It should be dialog based application like outlook messenger. How to do this??

high_flyer
22nd March 2011, 11:36
1. boot up you PC
2. Start you favorite IDE
3. Code the application
4. Publish.
http://www.catb.org/~esr/faqs/smart-questions.html#explicit

wysota
22nd March 2011, 13:13
Daniel, you forgot two crucial steps...
1a. login to your account
3a. compile the application

high_flyer
22nd March 2011, 13:58
Oops, sorry!
And maybe instead of 'compile' it should 'build' since we want to link as well! :)

Gokulnathvc
23rd March 2011, 04:26
Please help me regarding this. Atleast give some ideas..

ChrisW67
23rd March 2011, 05:25
I have no idea what "outlook messenger" is but here is how you start a dialog-style application in Qt Creator:

File menu, New File or Project...
Select Qt C++ Project, Qt GUI Application
Provide a name for your project and somewhere to save it
Select a Qt version you wish to use
Select QDialog as the base type


There are a couple of instant messenger application on qt-apps.org

FelixB
23rd March 2011, 07:48
Please help me regarding this. Atleast give some ideas..

it's always the same with your threads.

you have to give us information. you have to tell us what you have tried so far. you have to post specific problems you are struggeling with.

If you have no idea how to use Qt, a chat application might not be the perfect start...