Quote Originally Posted by lyuts View Post
Subclass QThread (let it be MyThread) and add a memeber of type QTcpSocket to MyThread class.

How I can do this?