代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MyWindow</class>
<widget class="QMainWindow" name="MyWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>734</width>
<height>301</height>
</rect>
</property>
<property name="windowTitle">
<string>PCB板调试工具</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="openButton">
<property name="geometry">
<rect>
<x>40</x>
<y>220</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>打开串口</string>
</property>
</widget>
<widget class="QComboBox" name="cbx_port">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>91</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="cbx_rate">
<property name="geometry">
<rect>
<x>60</x>
<y>60</y>
<width>91</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="cbx_data">
<property name="geometry">
<rect>
<x>60</x>
<y>100</y>
<width>91</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="cbx_stop">
<property name="geometry">
<rect>
<x>60</x>
<y>140</y>
<width>91</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>串口号:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>波特率:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>数据位:</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>停止位:</string>
</property>
</widget>
<widget class="QComboBox" name="cbx_check">
<property name="geometry">
<rect>
<x>60</x>
<y>180</y>
<width>91</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>校验位:</string>
</property>
</widget>
<widget class="QTextEdit" name="showEdit">
<property name="geometry">
<rect>
<x>170</x>
<y>20</y>
<width>431</width>
<height>191</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="sendButton">
<property name="geometry">
<rect>
<x>620</x>
<y>210</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>发送</string>
</property>
</widget>
<widget class="QTextEdit" name="sendEdit">
<property name="geometry">
<rect>
<x>170</x>
<y>220</y>
<width>431</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="regButton">
<property name="geometry">
<rect>
<x>620</x>
<y>60</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>注册</string>
</property>
</widget>
<widget class="QPushButton" name="readidButton">
<property name="geometry">
<rect>
<x>620</x>
<y>100</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>读取UID</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_show">
<property name="geometry">
<rect>
<x>630</x>
<y>30</y>
<width>80</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>HEX显示</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_send">
<property name="geometry">
<rect>
<x>630</x>
<y>180</y>
<width>80</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>HEX发送</string>
</property>
</widget>
<widget class="QPushButton" name="clearButton">
<property name="geometry">
<rect>
<x>620</x>
<y>140</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>清除显示</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>734</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。