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....