Skip to content
Snippets Groups Projects
QGCTCPLinkConfiguration.ui 1.25 KiB
Newer Older
  • Learn to ignore specific revisions
  • Don Gagne's avatar
    Don Gagne committed
    <?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>3000</number>
         </property>
         <property name="maximum">
          <number>100000</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"/>
       </item>
      </layout>
     </widget>
     <resources/>
     <connections/>
    </ui>