|
290 | 290 | </item> |
291 | 291 | <item row="2" column="1"> |
292 | 292 | <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0,0"> |
293 | | - <item row="4" column="0"> |
294 | | - <widget class="QComboBox" name="cbFlexi"/> |
295 | | - </item> |
296 | | - <item row="6" column="0"> |
297 | | - <widget class="QComboBox" name="cbTele"/> |
| 293 | + <item row="1" column="1" colspan="2" alignment="Qt::AlignLeft"> |
| 294 | + <widget class="QLabel" name="label_7"> |
| 295 | + <property name="text"> |
| 296 | + <string>Receiver Port</string> |
| 297 | + </property> |
| 298 | + <property name="alignment"> |
| 299 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 300 | + </property> |
| 301 | + </widget> |
298 | 302 | </item> |
299 | 303 | <item row="3" column="3"> |
300 | 304 | <widget class="QLabel" name="label_8"> |
|
306 | 310 | </property> |
307 | 311 | </widget> |
308 | 312 | </item> |
309 | | - <item row="7" column="0"> |
310 | | - <widget class="QLabel" name="label_4"> |
| 313 | + <item row="6" column="3"> |
| 314 | + <widget class="QComboBox" name="cbUsbVcp"/> |
| 315 | + </item> |
| 316 | + <item row="3" column="0"> |
| 317 | + <widget class="QLabel" name="label_5"> |
311 | 318 | <property name="text"> |
312 | | - <string/> |
| 319 | + <string>Flexi Port</string> |
| 320 | + </property> |
| 321 | + <property name="alignment"> |
| 322 | + <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> |
313 | 323 | </property> |
314 | 324 | </widget> |
315 | 325 | </item> |
|
323 | 333 | </property> |
324 | 334 | </widget> |
325 | 335 | </item> |
| 336 | + <item row="6" column="0"> |
| 337 | + <widget class="QComboBox" name="cbTele"/> |
| 338 | + </item> |
| 339 | + <item row="2" column="1" colspan="2" alignment="Qt::AlignLeft"> |
| 340 | + <widget class="QComboBox" name="cbRcvr"/> |
| 341 | + </item> |
326 | 342 | <item row="3" column="1" rowspan="5" colspan="2"> |
327 | | - <widget class="QLabel" name="label_2"> |
328 | | - <property name="text"> |
329 | | - <string/> |
330 | | - </property> |
331 | | - <property name="scaledContents"> |
332 | | - <bool>false</bool> |
333 | | - </property> |
334 | | - </widget> |
| 343 | + <widget class="QSvgWidget" name="boardImg" native="true"/> |
335 | 344 | </item> |
336 | 345 | <item row="5" column="0"> |
337 | 346 | <widget class="QLabel" name="label_3"> |
|
343 | 352 | </property> |
344 | 353 | </widget> |
345 | 354 | </item> |
346 | | - <item row="3" column="0"> |
347 | | - <widget class="QLabel" name="label_5"> |
348 | | - <property name="text"> |
349 | | - <string>Flexi Port</string> |
350 | | - </property> |
351 | | - <property name="alignment"> |
352 | | - <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set> |
353 | | - </property> |
354 | | - </widget> |
355 | | - </item> |
356 | 355 | <item row="4" column="3"> |
357 | 356 | <widget class="QComboBox" name="cbUsbHid"/> |
358 | 357 | </item> |
359 | | - <item row="4" column="4"> |
360 | | - <spacer name="horizontalSpacer_2"> |
361 | | - <property name="orientation"> |
362 | | - <enum>Qt::Horizontal</enum> |
363 | | - </property> |
364 | | - <property name="sizeHint" stdset="0"> |
365 | | - <size> |
366 | | - <width>40</width> |
367 | | - <height>20</height> |
368 | | - </size> |
369 | | - </property> |
370 | | - </spacer> |
371 | | - </item> |
372 | | - <item row="6" column="3"> |
373 | | - <widget class="QComboBox" name="cbUsbVcp"/> |
374 | | - </item> |
375 | | - <item row="2" column="1" colspan="2" alignment="Qt::AlignLeft"> |
376 | | - <widget class="QComboBox" name="cbRcvr"/> |
| 358 | + <item row="4" column="0"> |
| 359 | + <widget class="QComboBox" name="cbFlexi"/> |
377 | 360 | </item> |
378 | | - <item row="1" column="1" colspan="2" alignment="Qt::AlignLeft"> |
379 | | - <widget class="QLabel" name="label_7"> |
| 361 | + <item row="7" column="0"> |
| 362 | + <widget class="QLabel" name="label_4"> |
380 | 363 | <property name="text"> |
381 | | - <string>Receiver Port</string> |
382 | | - </property> |
383 | | - <property name="alignment"> |
384 | | - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 364 | + <string/> |
385 | 365 | </property> |
386 | 366 | </widget> |
387 | 367 | </item> |
@@ -640,6 +620,13 @@ Beware of not locking yourself out!</string> |
640 | 620 | </item> |
641 | 621 | </layout> |
642 | 622 | </widget> |
| 623 | + <customwidgets> |
| 624 | + <customwidget> |
| 625 | + <class>QSvgWidget</class> |
| 626 | + <extends>QWidget</extends> |
| 627 | + <header>qsvgwidget.h</header> |
| 628 | + </customwidget> |
| 629 | + </customwidgets> |
643 | 630 | <resources> |
644 | 631 | <include location="../coreplugin/core.qrc"/> |
645 | 632 | </resources> |
|
0 commit comments