QGCViewModeSelection.ui 5.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCViewModeSelection</class>
 <widget class="QWidget" name="QGCViewModeSelection">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>750</width>
    <height>409</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout_2">
17 18 19 20 21 22 23
   <item row="3" column="1">
    <widget class="QCheckBox" name="notAgainCheckBox">
     <property name="text">
      <string>Do not ask again on next startup. The selection can be changed any time in the preferences.</string>
     </property>
    </widget>
   </item>
24 25 26 27 28 29 30 31 32 33 34 35 36
   <item row="2" column="0">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>47</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
37 38 39 40 41 42 43 44 45 46 47 48 49
   <item row="2" column="2">
    <spacer name="horizontalSpacer_2">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>46</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
50 51 52
   <item row="2" column="1">
    <widget class="QWidget" name="viewModeWidget" native="true">
     <layout class="QGridLayout" name="gridLayout">
53 54
      <item row="1" column="1">
       <widget class="QPushButton" name="viewModeAR">
55 56 57 58 59
        <property name="text">
         <string/>
        </property>
        <property name="icon">
         <iconset resource="../../../qgroundcontrol.qrc">
60
          <normaloff>:/files/images/actions/qgroundcontrol-wifi.svg</normaloff>:/files/images/actions/qgroundcontrol-wifi.svg</iconset>
61 62 63 64 65 66 67 68 69
        </property>
        <property name="iconSize">
         <size>
          <width>120</width>
          <height>120</height>
         </size>
        </property>
       </widget>
      </item>
70 71 72 73
      <item row="2" column="3">
       <widget class="QLabel" name="label_3">
        <property name="text">
         <string>APM Autopilot</string>
74
        </property>
75 76 77 78 79 80
       </widget>
      </item>
      <item row="2" column="2">
       <widget class="QLabel" name="label_2">
        <property name="text">
         <string>PX4 Autopilot</string>
81
        </property>
82
       </widget>
83
      </item>
84 85
      <item row="1" column="3">
       <widget class="QPushButton" name="viewModeAPM">
86 87 88 89 90
        <property name="text">
         <string/>
        </property>
        <property name="icon">
         <iconset resource="../../../qgroundcontrol.qrc">
91
          <normaloff>:/files/images/actions/qgroundcontrol-apm.svg</normaloff>:/files/images/actions/qgroundcontrol-apm.svg</iconset>
92 93 94 95 96 97 98 99 100
        </property>
        <property name="iconSize">
         <size>
          <width>120</width>
          <height>120</height>
         </size>
        </property>
       </widget>
      </item>
101 102
      <item row="2" column="1">
       <widget class="QLabel" name="label_4">
103
        <property name="text">
104
         <string>WiFi / UDP</string>
105 106 107
        </property>
       </widget>
      </item>
108 109
      <item row="1" column="2">
       <widget class="QPushButton" name="viewModePX4">
110 111 112 113 114
        <property name="text">
         <string/>
        </property>
        <property name="icon">
         <iconset resource="../../../qgroundcontrol.qrc">
115
          <normaloff>:/files/images/actions/qgroundcontrol-px4.svg</normaloff>:/files/images/actions/qgroundcontrol-px4.svg</iconset>
116 117 118 119 120 121 122 123 124
        </property>
        <property name="iconSize">
         <size>
          <width>120</width>
          <height>120</height>
         </size>
        </property>
       </widget>
      </item>
125 126
      <item row="1" column="0">
       <widget class="QPushButton" name="viewModeGeneric">
127 128 129 130 131
        <property name="text">
         <string/>
        </property>
        <property name="icon">
         <iconset resource="../../../qgroundcontrol.qrc">
132
          <normaloff>:/files/images/actions/qgroundcontrol-generic.svg</normaloff>:/files/images/actions/qgroundcontrol-generic.svg</iconset>
133 134 135 136 137 138 139 140 141
        </property>
        <property name="iconSize">
         <size>
          <width>120</width>
          <height>120</height>
         </size>
        </property>
       </widget>
      </item>
142 143
      <item row="2" column="0">
       <widget class="QLabel" name="label">
144
        <property name="text">
145
         <string>Radio / Serial Link</string>
146 147 148 149 150 151 152 153 154 155 156 157 158
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item row="1" column="1">
    <widget class="QLabel" name="viewModeHintLabel">
     <property name="text">
      <string>Please select the connection or autopilot you want to use QGroundControl with.</string>
     </property>
    </widget>
   </item>
159
   <item row="5" column="1">
160 161 162 163 164 165 166 167 168 169 170 171
    <spacer name="verticalSpacer_2">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>76</height>
      </size>
     </property>
    </spacer>
   </item>
172 173
   <item row="0" column="1">
    <spacer name="verticalSpacer">
174
     <property name="orientation">
175
      <enum>Qt::Vertical</enum>
176 177 178
     </property>
     <property name="sizeHint" stdset="0">
      <size>
179 180
       <width>20</width>
       <height>76</height>
181 182 183 184 185 186 187 188 189 190 191
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <resources>
  <include location="../../../qgroundcontrol.qrc"/>
 </resources>
 <connections/>
</ui>