Skip to content
QGCGoogleEarthView.ui 5.11 KiB
Newer Older
pixhawk's avatar
pixhawk committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QGCGoogleEarthView</class>
 <widget class="QWidget" name="QGCGoogleEarthView">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
pixhawk's avatar
pixhawk committed
    <height>300</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <property name="horizontalSpacing">
    <number>8</number>
   </property>
   <property name="verticalSpacing">
    <number>2</number>
   </property>
pixhawk's avatar
pixhawk committed
   <property name="margin">
    <number>2</number>
pixhawk's avatar
pixhawk committed
   </property>
   <item row="0" column="0" colspan="12">
    <layout class="QVBoxLayout" name="webViewLayout"/>
   </item>
   <item row="1" column="1">
    <widget class="QPushButton" name="goHomeButton">
     <property name="toolTip">
      <string>Go to home location</string>
     </property>
     <property name="statusTip">
      <string>Go to home location</string>
     </property>
     <property name="whatsThis">
      <string>Go to home location</string>
     </property>
     <property name="text">
      <string>Home</string>
     </property>
    </widget>
   </item>
   <item row="1" column="3">
    <widget class="QCheckBox" name="trailCheckbox">
     <property name="toolTip">
      <string>Show MAV trajectories</string>
     </property>
     <property name="statusTip">
      <string>Show MAV trajectories</string>
     </property>
     <property name="whatsThis">
      <string>Show MAV trajectories</string>
     </property>
     <property name="text">
      <string>Trails</string>
pixhawk's avatar
pixhawk committed
     </property>
    </widget>
   </item>
   <item row="1" column="11">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>177</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="1" column="9">
    <widget class="QSlider" name="camDistanceSlider">
     <property name="toolTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="statusTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="whatsThis">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     </property>
     <property name="maximum">
     </property>
     <property name="value">
      <number>3000</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="1" column="8">
    <widget class="QLabel" name="camDistanceLabel">
     <property name="toolTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="statusTip">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="whatsThis">
      <string>Distance of the chase camera to the MAV</string>
     </property>
     <property name="text">
      <string>Dist</string>
     </property>
    </widget>
   </item>
   <item row="1" column="4">
    <widget class="QCheckBox" name="waypointsCheckbox">
     <property name="toolTip">
      <string>Show waypoints</string>
     </property>
     <property name="statusTip">
      <string>Show waypoints</string>
     </property>
     <property name="whatsThis">
      <string>Show waypoints</string>
     </property>
     <property name="text">
      <string>WPs</string>
     </property>
    </widget>
   </item>
   <item row="1" column="10">
    <widget class="QCheckBox" name="followAirplaneCheckbox">
     <property name="toolTip">
      <string>Chase the MAV</string>
     </property>
     <property name="statusTip">
      <string>Chase the MAV</string>
     </property>
     <property name="whatsThis">
      <string>Chase the MAV</string>
     </property>
      <string>Follow</string>
     </property>
    </widget>
   </item>
   <item row="1" column="6">
    <widget class="QComboBox" name="mavComboBox">
     <property name="toolTip">
      <string>Select the MAV to chase</string>
     <property name="statusTip">
      <string>Select the MAV to chase</string>
     <property name="whatsThis">
      <string>Select the MAV to chase</string>
     </property>
    </widget>
   <item row="1" column="7">
    <widget class="QPushButton" name="clearWPButton">
     <property name="toolTip">
      <string>Delete all waypoints</string>
     </property>
     <property name="statusTip">
      <string>Delete all waypoints</string>
     </property>
     <property name="whatsThis">
      <string>Delete all waypoints</string>
     </property>
      <string>Clear WPs</string>
     </property>
    </widget>
   </item>
   <item row="1" column="5">
    <widget class="Line" name="line">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
pixhawk's avatar
pixhawk committed
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>