PDA

View Full Version : QSocket asynchronous read-write



ct
15th March 2006, 16:35
I am working on MSN protocol for a Qt based client and was wondering the right way to read and write using QSocket or QTextstream for a asynchronous text based protocol that supports UTF8 for i18n.

wysota
21st March 2006, 10:59
What did you already try?