As long as you send the data using whatever format the other end requires then all will be good. If it is text data then this fairly trivial, if it is binary then you need to send it using the lower level QIODevice::write() interface. Do not use QDataStream unless you have a Qt receiver.
Bookmarks