1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>294</width>
10    <height>388</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>串口设定</string>
15  </property>
16  <widget class="QTableWidget" name="tableWidget">
17   <property name="geometry">
18    <rect>
19     <x>10</x>
20     <y>10</y>
21     <width>261</width>
22     <height>331</height>
23    </rect>
24   </property>
25   <property name="rowCount">
26    <number>10</number>
27   </property>
28   <property name="columnCount">
29    <number>2</number>
30   </property>
31   <row/>
32   <row/>
33   <row/>
34   <row/>
35   <row/>
36   <row/>
37   <row/>
38   <row/>
39   <row/>
40   <row/>
41   <column/>
42   <column/>
43  </widget>
44  <widget class="QPushButton" name="autocheckButton">
45   <property name="geometry">
46    <rect>
47     <x>10</x>
48     <y>350</y>
49     <width>81</width>
50     <height>23</height>
51    </rect>
52   </property>
53   <property name="text">
54    <string>列举串口</string>
55   </property>
56  </widget>
57  <widget class="QPushButton" name="Canclebutton">
58   <property name="geometry">
59    <rect>
60     <x>200</x>
61     <y>350</y>
62     <width>71</width>
63     <height>23</height>
64    </rect>
65   </property>
66   <property name="text">
67    <string>取消 </string>
68   </property>
69  </widget>
70  <widget class="QPushButton" name="OkButton">
71   <property name="geometry">
72    <rect>
73     <x>110</x>
74     <y>350</y>
75     <width>71</width>
76     <height>23</height>
77    </rect>
78   </property>
79   <property name="text">
80    <string>确定</string>
81   </property>
82  </widget>
83 </widget>
84 <resources/>
85 <connections/>
86</ui>
87