Socket communication with TCP client/server sample code - Tutorials, Tips and snippets - QtForum.org

Socket communication with TCP client/server sample code - Tutorials, Tips and snippets - QtForum.org

瀏覽:1141
日期:2025-04-25
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 ...看更多