PDA

View Full Version : which class i should used to make chat application ??



kunalnandi
3rd May 2008, 07:08
Hello,

I am new to Qt. So, can any body suggest me.. which class i should use to make a console based chat application..

Thanks..

aamer4yu
3rd May 2008, 08:19
Why do u want to use console based application when Qt provides u such a rich collection of GUI ??

Havent u seen the chat client example in Qt Demo ??

kunalnandi
3rd May 2008, 09:02
Hello,

I m developing that application jst for my practice work..
thank you very much.. i didn't seen that chat Application example in QtDemo.. thanks for ur.. kind information..

Regards
Kunal Nandi

mitro
3rd May 2008, 09:33
You should use QCoreApplication instead of QApplication in a console program.