 |
Socket communication with TCP client/server sample code - Tutorials, Tips and snippets - QtForum.org
http://xizhizhu.blogspot.com/2009/01/qt-…munication.html 1.QTcpSocket QTcpSocket is used as the TCP socket in Qt. It's used both in client and server side. To perform as a client, following steps are used: a) call QTcpSocket.connectToHost() to connect to
www.qtforum.org |
 |