代码拉取完成,页面将自动刷新
同步操作将从 panda/串口调试助手 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>837</width>
<height>602</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>811</width>
<height>301</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>310</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>端口号:</string>
</property>
</widget>
<widget class="QComboBox" name="cmb_serial">
<property name="geometry">
<rect>
<x>80</x>
<y>310</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<item>
<property name="text">
<string>TCPServer</string>
</property>
</item>
<item>
<property name="text">
<string>TCPClient</string>
</property>
</item>
<item>
<property name="text">
<string>UDP</string>
</property>
</item>
</widget>
<widget class="TextEdit" name="textEdit_2">
<property name="geometry">
<rect>
<x>260</x>
<y>470</y>
<width>561</width>
<height>91</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_clearWin">
<property name="geometry">
<rect>
<x>190</x>
<y>310</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(57, 146, 255);</string>
</property>
<property name="text">
<string>清除窗口</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>340</y>
<width>251</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="btn_more">
<property name="geometry">
<rect>
<x>120</x>
<y>40</y>
<width>101</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>更多串口设置</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>波特率:</string>
</property>
</widget>
<widget class="QComboBox" name="cmb_bitrate">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>4800</string>
</property>
</item>
<item>
<property name="text">
<string>9600</string>
</property>
</item>
<item>
<property name="text">
<string>14400</string>
</property>
</item>
<item>
<property name="text">
<string>19200</string>
</property>
</item>
<item>
<property name="text">
<string>38400</string>
</property>
</item>
<item>
<property name="text">
<string>56000</string>
</property>
</item>
<item>
<property name="text">
<string>57600</string>
</property>
</item>
<item>
<property name="text">
<string>115200</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="btn_openCom">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 105, 105);</string>
</property>
<property name="text">
<string>打开串口</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>0</x>
<y>420</y>
<width>251</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="btnSend">
<property name="geometry">
<rect>
<x>140</x>
<y>90</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="text">
<string>发送</string>
</property>
</widget>
<widget class="QPushButton" name="btn_clearSend">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>91</width>
<height>28</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(57, 146, 255);</string>
</property>
<property name="text">
<string>清发送区</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>HEX发送</string>
</property>
</widget>
<widget class="QCheckBox" name="chk_sendEvery">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>定时发送</string>
</property>
</widget>
<widget class="QLineEdit" name="line_msec">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>61</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>60</x>
<y>100</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>180</x>
<y>10</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>ms/次</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="lbl_client_name">
<property name="geometry">
<rect>
<x>270</x>
<y>445</y>
<width>72</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>客户端ip</string>
</property>
</widget>
<widget class="QComboBox" name="cmb_client_ip">
<property name="geometry">
<rect>
<x>370</x>
<y>445</y>
<width>181</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>0</x>
<y>340</y>
<width>251</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>3</x>
<y>10</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>远程</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>3</x>
<y>45</y>
<width>31</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>本地</string>
</property>
</widget>
<widget class="QLineEdit" name="line_remot">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>35</x>
<y>10</y>
<width>125</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="line_local">
<property name="geometry">
<rect>
<x>35</x>
<y>40</y>
<width>125</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_conn">
<property name="geometry">
<rect>
<x>210</x>
<y>10</y>
<width>41</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>侦听</string>
</property>
</widget>
<widget class="QPushButton" name="btn_discon">
<property name="geometry">
<rect>
<x>210</x>
<y>40</y>
<width>41</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>断开</string>
</property>
</widget>
<widget class="QLineEdit" name="line_remot_port">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>167</x>
<y>10</y>
<width>35</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="line_local_port">
<property name="geometry">
<rect>
<x>167</x>
<y>40</y>
<width>35</width>
<height>21</height>
</rect>
</property>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>837</width>
<height>26</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>通讯端口</string>
</property>
<addaction name="action"/>
</widget>
<addaction name="menu"/>
</widget>
<action name="action">
<property name="text">
<string>刷新串口</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>TextEdit</class>
<extends>QTextEdit</extends>
<header>textedit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。