Hi qt community,
I have made a smale client / sever example using my socket class that can send messages of type QVariant. I have found this very usefull since I don't have to care about my data, I just send it like it is.
The class also adds a little header to each packet that is holding the full message size. So it is no problem to send a 1MB file and then just receive a single emit with the complete message.
At the moment there is no documentation included, but the class is very small and should be readable as it is very easy.
I plan to create a view more examples for different problems that are not very well done by the original qt examples or just missing in the near future.
If someone has an idea what would be nice to have, please post it and I will see what I can do. I am working with qt since version 1.4 so I have allready solved many problems that can happen

.
Edited 22.03.2004:
I have updated the socket example the "client.pro" was missing in the zip file, sorry for that.