1 Star 0 Fork 3

Qiu555/串口调试助手

forked from panda/串口调试助手 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
setupserial.ui 6.12 KB
一键复制 编辑 原始数据 按行查看 历史
panda 提交于 2018-06-07 17:46 +08:00 . 串口调试助手
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SetupSerial</class>
<widget class="QDialog" name="SetupSerial">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>302</width>
<height>295</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="btnOk">
<property name="geometry">
<rect>
<x>30</x>
<y>250</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="btnCancel">
<property name="geometry">
<rect>
<x>180</x>
<y>250</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>271</width>
<height>221</height>
</rect>
</property>
<property name="title">
<string>Settings</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Port</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>120</x>
<y>30</y>
<width>141</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_2">
<property name="geometry">
<rect>
<x>120</x>
<y>60</y>
<width>141</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="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Baudrate</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Data bits</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_3">
<property name="geometry">
<rect>
<x>120</x>
<y>90</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>8</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Flow control</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Stop bits</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_4">
<property name="geometry">
<rect>
<x>120</x>
<y>120</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>1</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>71</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Parity</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_5">
<property name="geometry">
<rect>
<x>120</x>
<y>150</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<property name="duplicatesEnabled">
<bool>false</bool>
</property>
<property name="frame">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>None</string>
</property>
</item>
<item>
<property name="text">
<string>Odd</string>
</property>
</item>
<item>
<property name="text">
<string>Even</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="comboBox_6">
<property name="geometry">
<rect>
<x>120</x>
<y>180</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>None</string>
</property>
</item>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qiu555/serial_debug_assistant.git
git@gitee.com:qiu555/serial_debug_assistant.git
qiu555
serial_debug_assistant
串口调试助手
master

搜索帮助