QT5 的TCP和UDP 网络通信 <QTcpSocket>

QT5 的TCP和UDP 网络通信 <QTcpSocket>

首先需要 在项目中引入网络模块,pro文件中添加

QT += core gui network

 

#include <QTcpServer> #include <QTcpSocket>

 

posted @ 2023-11-10 12:33  txwtech  阅读(50)  评论(0编辑  收藏  举报