<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QGCTCPLinkConfiguration</class> <widget class="QWidget" name="QGCTCPLinkConfiguration"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::FieldsStayAtSizeHint</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="portLabel"> <property name="text"> <string>TCP Port</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="portSpinBox"> <property name="minimum"> <number>1024</number> </property> <property name="maximum"> <number>65535</number> </property> <property name="value"> <number>3000</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Host Address</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="hostAddressLineEdit"> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>