|
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | 9 | <width>261</width> |
10 | | - <height>423</height> |
| 10 | + <height>420</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
|
160 | 160 | </widget> |
161 | 161 | <widget class="QWidget" name="pgTCP"> |
162 | 162 | <layout class="QFormLayout" name="formLayout_3"> |
163 | | - <item row="0" column="0"> |
| 163 | + <item row="0" column="1"> |
| 164 | + <widget class="QLineEdit" name="lnIpaddr"/> |
| 165 | + </item> |
| 166 | + <item row="1" column="0"> |
164 | 167 | <widget class="QLabel" name="label_13"> |
165 | 168 | <property name="text"> |
166 | 169 | <string>Port</string> |
167 | 170 | </property> |
168 | 171 | </widget> |
169 | 172 | </item> |
170 | | - <item row="0" column="1"> |
| 173 | + <item row="1" column="1"> |
171 | 174 | <widget class="QSpinBox" name="spPort"> |
172 | 175 | <property name="maximum"> |
173 | 176 | <number>65535</number> |
174 | 177 | </property> |
175 | 178 | </widget> |
176 | 179 | </item> |
177 | | - <item row="1" column="0"> |
| 180 | + <item row="2" column="0"> |
178 | 181 | <widget class="QLabel" name="label_26"> |
179 | 182 | <property name="text"> |
180 | 183 | <string>Timeout</string> |
181 | 184 | </property> |
182 | 185 | </widget> |
183 | 186 | </item> |
184 | | - <item row="1" column="1"> |
| 187 | + <item row="2" column="1"> |
185 | 188 | <widget class="QSpinBox" name="spTimeout"> |
186 | 189 | <property name="maximum"> |
187 | 190 | <number>1000000000</number> |
188 | 191 | </property> |
189 | 192 | </widget> |
190 | 193 | </item> |
191 | | - <item row="2" column="1"> |
| 194 | + <item row="3" column="0"> |
| 195 | + <widget class="QLabel" name="label_27"> |
| 196 | + <property name="text"> |
| 197 | + <string>Max. connections</string> |
| 198 | + </property> |
| 199 | + </widget> |
| 200 | + </item> |
| 201 | + <item row="3" column="1"> |
192 | 202 | <widget class="QSpinBox" name="spMaxConn"> |
193 | 203 | <property name="maximum"> |
194 | 204 | <number>1000000000</number> |
195 | 205 | </property> |
196 | 206 | </widget> |
197 | 207 | </item> |
198 | | - <item row="2" column="0"> |
199 | | - <widget class="QLabel" name="label_27"> |
| 208 | + <item row="4" column="1"> |
| 209 | + <spacer name="verticalSpacer"> |
| 210 | + <property name="orientation"> |
| 211 | + <enum>Qt::Vertical</enum> |
| 212 | + </property> |
| 213 | + <property name="sizeHint" stdset="0"> |
| 214 | + <size> |
| 215 | + <width>20</width> |
| 216 | + <height>40</height> |
| 217 | + </size> |
| 218 | + </property> |
| 219 | + </spacer> |
| 220 | + </item> |
| 221 | + <item row="0" column="0"> |
| 222 | + <widget class="QLabel" name="label_14"> |
200 | 223 | <property name="text"> |
201 | | - <string>Max. connections</string> |
| 224 | + <string>IP Address</string> |
202 | 225 | </property> |
203 | 226 | </widget> |
204 | 227 | </item> |
|
0 commit comments