QGCUnconnectedInfoWidget.ui 1.98 KB
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCUnconnectedInfoWidget</class>
 <widget class="QWidget" name="QGCUnconnectedInfoWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>174</width>
    <height>174</height>
pixhawk's avatar
pixhawk committed
11 12
   </rect>
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 16 17 18
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
pixhawk's avatar
pixhawk committed
19 20 21
  <property name="windowTitle">
   <string>Form</string>
  </property>
22 23 24 25 26 27 28
  <layout class="QGridLayout" name="gridLayout" rowstretch="0">
   <property name="margin">
    <number>0</number>
   </property>
   <property name="spacing">
    <number>0</number>
   </property>
29
   <item row="0" column="0">
30 31
    <widget class="QPushButton" name="connectButton">
     <property name="sizePolicy">
32
      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
33 34 35 36
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
37
     <property name="minimumSize">
pixhawk's avatar
pixhawk committed
38
      <size>
39 40
       <width>174</width>
       <height>174</height>
41 42 43 44 45 46 47 48 49 50 51 52
      </size>
     </property>
     <property name="sizeIncrement">
      <size>
       <width>20</width>
       <height>20</height>
      </size>
     </property>
     <property name="baseSize">
      <size>
       <width>150</width>
       <height>150</height>
pixhawk's avatar
pixhawk committed
53 54
      </size>
     </property>
55
     <property name="styleSheet">
56
      <string notr="true"/>
pixhawk's avatar
pixhawk committed
57 58
     </property>
     <property name="text">
59
      <string/>
60 61 62
     </property>
     <property name="icon">
      <iconset resource="../../../qgroundcontrol.qrc">
Don Gagne's avatar
Don Gagne committed
63
       <normaloff>:/res/QGroundControlConnect</normaloff>:/res/QGroundControlConnect</iconset>
64 65 66
     </property>
     <property name="iconSize">
      <size>
67 68
       <width>140</width>
       <height>140</height>
69 70
      </size>
     </property>
pixhawk's avatar
pixhawk committed
71 72 73 74
    </widget>
   </item>
  </layout>
 </widget>
75 76 77
 <resources>
  <include location="../../../qgroundcontrol.qrc"/>
 </resources>
pixhawk's avatar
pixhawk committed
78 79
 <connections/>
</ui>