UASControl.ui 4.56 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>uasControl</class>
 <widget class="QWidget" name="uasControl">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9 10
    <width>380</width>
    <height>190</height>
pixhawk's avatar
pixhawk committed
11 12 13 14 15
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
pixhawk's avatar
pixhawk committed
16
  <layout class="QGridLayout" name="gridLayout" rowminimumheight="0,0,0,0,0,0,100">
17 18 19 20 21
   <property name="leftMargin">
    <number>6</number>
   </property>
   <property name="topMargin">
    <number>12</number>
pixhawk's avatar
pixhawk committed
22
   </property>
23
   <property name="rightMargin">
24 25
    <number>6</number>
   </property>
26 27 28 29
   <property name="bottomMargin">
    <number>6</number>
   </property>
   <item row="0" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
30 31 32 33 34 35 36 37 38
    <widget class="QLabel" name="controlStatusLabel">
     <property name="text">
      <string>UNCONNECTED</string>
     </property>
     <property name="alignment">
      <set>Qt::AlignCenter</set>
     </property>
    </widget>
   </item>
39
   <item row="1" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
40 41 42 43 44 45
    <widget class="QPushButton" name="controlButton">
     <property name="text">
      <string>Activate Engine</string>
     </property>
    </widget>
   </item>
46
   <item row="2" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
47 48 49 50 51 52 53 54 55
    <spacer name="verticalSpacer_2">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeType">
      <enum>QSizePolicy::MinimumExpanding</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
56 57
       <width>20</width>
       <height>0</height>
pixhawk's avatar
pixhawk committed
58 59 60 61
      </size>
     </property>
    </spacer>
   </item>
62 63 64 65 66 67 68 69 70 71 72 73 74 75
   <item row="0" column="0" rowspan="6">
    <spacer name="horizontalSpacer">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>31</width>
       <height>159</height>
      </size>
     </property>
    </spacer>
   </item>
   <item row="3" column="1">
pixhawk's avatar
pixhawk committed
76 77 78 79 80 81 82 83 84 85
    <widget class="QPushButton" name="liftoffButton">
     <property name="text">
      <string>Liftoff</string>
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
       <normaloff>:/images/control/launch.svg</normaloff>:/images/control/launch.svg</iconset>
     </property>
    </widget>
   </item>
86 87
   <item row="3" column="2" colspan="2">
    <widget class="QPushButton" name="landButton">
pixhawk's avatar
pixhawk committed
88
     <property name="text">
89
      <string>Land</string>
pixhawk's avatar
pixhawk committed
90 91 92
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
93
       <normaloff>:/images/control/land.svg</normaloff>:/images/control/land.svg</iconset>
pixhawk's avatar
pixhawk committed
94 95 96
     </property>
    </widget>
   </item>
97 98
   <item row="3" column="4">
    <widget class="QPushButton" name="shutdownButton">
pixhawk's avatar
pixhawk committed
99
     <property name="text">
100
      <string>Halt</string>
pixhawk's avatar
pixhawk committed
101 102 103
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
104
       <normaloff>:/images/actions/system-log-out.svg</normaloff>:/images/actions/system-log-out.svg</iconset>
pixhawk's avatar
pixhawk committed
105 106 107
     </property>
    </widget>
   </item>
108 109
   <item row="0" column="5" rowspan="6">
    <spacer name="horizontalSpacer_2">
pixhawk's avatar
pixhawk committed
110
     <property name="orientation">
111
      <enum>Qt::Horizontal</enum>
pixhawk's avatar
pixhawk committed
112 113 114
     </property>
     <property name="sizeHint" stdset="0">
      <size>
115 116
       <width>30</width>
       <height>159</height>
pixhawk's avatar
pixhawk committed
117 118 119 120
      </size>
     </property>
    </spacer>
   </item>
121 122 123 124 125
   <item row="4" column="1" colspan="2">
    <widget class="QComboBox" name="modeComboBox"/>
   </item>
   <item row="4" column="3" colspan="2">
    <widget class="QPushButton" name="setModeButton">
pixhawk's avatar
pixhawk committed
126
     <property name="text">
127
      <string>Set Mode</string>
pixhawk's avatar
pixhawk committed
128 129 130
     </property>
     <property name="icon">
      <iconset resource="../../mavground.qrc">
131
       <normaloff>:/images/devices/network-wireless.svg</normaloff>:/images/devices/network-wireless.svg</iconset>
pixhawk's avatar
pixhawk committed
132 133 134
     </property>
    </widget>
   </item>
135
   <item row="5" column="1" colspan="4">
pixhawk's avatar
pixhawk committed
136 137 138 139
    <widget class="QLabel" name="lastActionLabel">
     <property name="text">
      <string>No actions executed so far</string>
     </property>
140 141 142
     <property name="alignment">
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
     </property>
pixhawk's avatar
pixhawk committed
143 144
    </widget>
   </item>
145 146 147 148 149 150 151 152 153 154 155 156 157
   <item row="6" column="0" colspan="6">
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>0</height>
      </size>
     </property>
    </spacer>
   </item>
pixhawk's avatar
pixhawk committed
158 159 160 161 162 163 164
  </layout>
 </widget>
 <resources>
  <include location="../../mavground.qrc"/>
 </resources>
 <connections/>
</ui>