更新网络调试助手

This commit is contained in:
feiyangqingyun
2019-12-05 16:00:31 +08:00
parent dbee351b78
commit 75d6a015ba
24 changed files with 802 additions and 111 deletions

View File

@@ -47,6 +47,11 @@
<string>TCP服务器</string>
</attribute>
</widget>
<widget class="frmUdpClient" name="tabUdpClient">
<attribute name="title">
<string>UDP客户端</string>
</attribute>
</widget>
<widget class="frmUdpServer" name="tabUdpServer">
<attribute name="title">
<string>UDP服务器</string>
@@ -75,6 +80,12 @@
<header>frmudpserver.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>frmUdpClient</class>
<extends>QWidget</extends>
<header>frmudpclient.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>