PDA

View Full Version : chat application



prabhatjha
13th November 2015, 05:12
hello everyone i want to create a chat application in which a user can send message and IMAGE also to multiple user at a time.
and message and image should display at a time on message board at sending and receiving end .
and sender should also get acknowledgement from receiving and that he got message.This acknowledgement also should display at sender message board that the which user got message.and every message should be in a frame or block and there will be also a print button if user want to print message he can click on print button and print the message.

Please tell me which will be better for message board QWebView,QWidget,QtextEdit or something else....

ChrisW67
13th November 2015, 19:44
Only one of those things allows a user to input rich text including images. You might want to start there (with your school project?)