摘要: 代码 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QNetworkAccessManager> #include <QNetworkReply> #include <Q 阅读全文
posted @ 2022-06-04 19:53 蘑菇王国大聪明 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 单播和广播 代码 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QUdpSocket> #include <QVBoxLayout> #include <QHBoxLay 阅读全文
posted @ 2022-06-04 19:36 蘑菇王国大聪明 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 代码 TCP服务端 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QTcpServer> #include <QTcpSocket> #include <QVBoxLay 阅读全文
posted @ 2022-06-04 18:40 蘑菇王国大聪明 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 代码 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPushButton> #include <QTextBrowser> #include <QVBoxLayout> 阅读全文
posted @ 2022-06-04 17:54 蘑菇王国大聪明 阅读(85) 评论(0) 推荐(0) 编辑