hey guys,
i'd like a following thing to do.
imagine server <-> client application. they communicate through QSocket. I'm sure you all know example from http://www.codeskipper.com/article/3/

now i'd like to do following:
- open one connection for like a chat window ( it is already in the example)
- temporary open hiden connection for sending some files, but on the different socket/port ???

I don't really know how should i do it. i think i didn't really understood principle of connecting through sockets

could anybody sketch me please how could it work?

zhank you guys.