1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConsoleSettings</class>
4 <widget class="QDialog" name="ConsoleSettings">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>336</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Settings</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout_3">
17   <item row="0" column="1">
18    <widget class="QGroupBox" name="parametersBox">
19     <property name="title">
20      <string>Select Parameters</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout_2">
23      <item row="0" column="0">
24       <widget class="QLabel" name="baudRateLabel">
25        <property name="text">
26         <string>BaudRate:</string>
27        </property>
28       </widget>
29      </item>
30      <item row="0" column="1">
31       <widget class="QComboBox" name="baudRateBox"/>
32      </item>
33      <item row="1" column="0">
34       <widget class="QLabel" name="dataBitsLabel">
35        <property name="text">
36         <string>Data bits:</string>
37        </property>
38       </widget>
39      </item>
40      <item row="1" column="1">
41       <widget class="QComboBox" name="dataBitsBox"/>
42      </item>
43      <item row="2" column="0">
44       <widget class="QLabel" name="parityLabel">
45        <property name="text">
46         <string>Parity:</string>
47        </property>
48       </widget>
49      </item>
50      <item row="2" column="1">
51       <widget class="QComboBox" name="parityBox"/>
52      </item>
53      <item row="3" column="0">
54       <widget class="QLabel" name="stopBitsLabel">
55        <property name="text">
56         <string>Stop bits:</string>
57        </property>
58       </widget>
59      </item>
60      <item row="3" column="1">
61       <widget class="QComboBox" name="stopBitsBox"/>
62      </item>
63      <item row="4" column="0">
64       <widget class="QLabel" name="flowControlLabel">
65        <property name="text">
66         <string>Flow control:</string>
67        </property>
68       </widget>
69      </item>
70      <item row="4" column="1">
71       <widget class="QComboBox" name="flowControlBox"/>
72      </item>
73     </layout>
74    </widget>
75   </item>
76   <item row="0" column="0">
77    <widget class="QGroupBox" name="selectBox">
78     <property name="title">
79      <string>Select Serial Port</string>
80     </property>
81     <layout class="QGridLayout" name="gridLayout">
82      <item row="0" column="0">
83       <widget class="QComboBox" name="serialPortInfoListBox"/>
84      </item>
85      <item row="1" column="0">
86       <widget class="QLabel" name="descriptionLabel">
87        <property name="text">
88         <string>Description:</string>
89        </property>
90       </widget>
91      </item>
92      <item row="2" column="0">
93       <widget class="QLabel" name="manufacturerLabel">
94        <property name="text">
95         <string>Manufacturer:</string>
96        </property>
97       </widget>
98      </item>
99      <item row="3" column="0">
100       <widget class="QLabel" name="serialNumberLabel">
101        <property name="text">
102         <string>Serial number:</string>
103        </property>
104       </widget>
105      </item>
106      <item row="4" column="0">
107       <widget class="QLabel" name="locationLabel">
108        <property name="text">
109         <string>Location:</string>
110        </property>
111       </widget>
112      </item>
113      <item row="5" column="0">
114       <widget class="QLabel" name="vidLabel">
115        <property name="text">
116         <string>Vendor ID:</string>
117        </property>
118       </widget>
119      </item>
120      <item row="6" column="0">
121       <widget class="QLabel" name="pidLabel">
122        <property name="text">
123         <string>Product ID:</string>
124        </property>
125       </widget>
126      </item>
127     </layout>
128    </widget>
129   </item>
130   <item row="2" column="0" colspan="2">
131    <layout class="QHBoxLayout" name="horizontalLayout">
132     <item>
133      <spacer name="horizontalSpacer">
134       <property name="orientation">
135        <enum>Qt::Horizontal</enum>
136       </property>
137       <property name="sizeHint" stdset="0">
138        <size>
139         <width>96</width>
140         <height>20</height>
141        </size>
142       </property>
143      </spacer>
144     </item>
145     <item>
146      <widget class="QPushButton" name="applyButton">
147       <property name="text">
148        <string>Apply</string>
149       </property>
150      </widget>
151     </item>
152    </layout>
153   </item>
154   <item row="1" column="0" colspan="2">
155    <widget class="QGroupBox" name="additionalOptionsGroupBox">
156     <property name="title">
157      <string>Additional options</string>
158     </property>
159     <layout class="QVBoxLayout" name="verticalLayout">
160      <item>
161       <widget class="QCheckBox" name="localEchoCheckBox">
162        <property name="text">
163         <string>Local echo</string>
164        </property>
165        <property name="checked">
166         <bool>true</bool>
167        </property>
168       </widget>
169      </item>
170     </layout>
171    </widget>
172   </item>
173  </layout>
174 </widget>
175 <resources/>
176 <connections/>
177</ui>
178