1 Star 0 Fork 4

bestluck2021/UDP_video_terminal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
untitled.ui 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
楚歌大人 提交于 2022-07-20 10:59 . 完成功能:
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1050</width>
<height>481</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="port">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>服务器端口</string>
</property>
</widget>
<widget class="QLineEdit" name="port_input">
<property name="geometry">
<rect>
<x>20</x>
<y>230</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="IP_input">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="IPaddr">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>本地IP地址</string>
</property>
</widget>
<widget class="QPushButton" name="start">
<property name="geometry">
<rect>
<x>90</x>
<y>330</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>开始监听</string>
</property>
</widget>
<widget class="QLabel" name="LED">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>350</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="text">
<string>LED</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>90</x>
<y>370</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>断开监听</string>
</property>
</widget>
<widget class="QLabel" name="picshow">
<property name="geometry">
<rect>
<x>250</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QGraphicsView" name="graphicsView">
<property name="geometry">
<rect>
<x>250</x>
<y>0</y>
<width>800</width>
<height>480</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bestluck2021/udp_video_terminal.git
git@gitee.com:bestluck2021/udp_video_terminal.git
bestluck2021
udp_video_terminal
UDP_video_terminal
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385