<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QGCCommConfiguration</class> <widget class="QWidget" name="QGCCommConfiguration"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>450</width> <height>450</height> </rect> </property> <property name="minimumSize"> <size> <width>450</width> <height>450</height> </size> </property> <property name="maximumSize"> <size> <width>600</width> <height>600</height> </size> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLabel" name="nameLabel"> <property name="minimumSize"> <size> <width>160</width> <height>0</height> </size> </property> <property name="text"> <string>Link Name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="nameEdit"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QLabel" name="typeLabel_3"> <property name="minimumSize"> <size> <width>160</width> <height>0</height> </size> </property> <property name="text"> <string>Link Type:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="typeCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> </layout> </item> </layout> </item> <item> <widget class="QGroupBox" name="linkGroupBox"> <property name="title"> <string>Link</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QScrollArea" name="linkScrollArea"> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>418</width> <height>304</height> </rect> </property> </widget> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>