QGCTCPLinkConfiguration.ui 1.47 KB
Newer Older
Don Gagne's avatar
Don Gagne committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
<?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">
30
      <number>1024</number>
Don Gagne's avatar
Don Gagne committed
31 32
     </property>
     <property name="maximum">
33 34 35 36
      <number>65535</number>
     </property>
     <property name="value">
      <number>3000</number>
Don Gagne's avatar
Don Gagne committed
37 38 39 40 41 42 43 44 45 46 47
     </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">
48 49 50 51 52 53 54 55
    <widget class="QLineEdit" name="hostAddressLineEdit">
     <property name="minimumSize">
      <size>
       <width>200</width>
       <height>0</height>
      </size>
     </property>
    </widget>
Don Gagne's avatar
Don Gagne committed
56 57 58 59 60 61
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>