|
|
@ -6,44 +6,53 @@ |
|
|
|
<rect> |
|
|
|
<rect> |
|
|
|
<x>0</x> |
|
|
|
<x>0</x> |
|
|
|
<y>0</y> |
|
|
|
<y>0</y> |
|
|
|
<width>287</width> |
|
|
|
<width>210</width> |
|
|
|
<height>354</height> |
|
|
|
<height>130</height> |
|
|
|
</rect> |
|
|
|
</rect> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="minimumSize"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<size> |
|
|
|
<width>280</width> |
|
|
|
<width>210</width> |
|
|
|
<height>170</height> |
|
|
|
<height>130</height> |
|
|
|
</size> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="windowTitle"> |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>Form</string> |
|
|
|
<string>Form</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<layout class="QGridLayout" name="gridLayout" rowminimumheight="10,20,0,10,10,10,300"> |
|
|
|
<layout class="QGridLayout" name="gridLayout" rowstretch="10,10,0,10,10,5,100" columnstretch="0,0,10,10,10,0"> |
|
|
|
<property name="leftMargin"> |
|
|
|
<property name="margin"> |
|
|
|
<number>6</number> |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="topMargin"> |
|
|
|
|
|
|
|
<number>12</number> |
|
|
|
|
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="rightMargin"> |
|
|
|
<property name="spacing"> |
|
|
|
<number>6</number> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="bottomMargin"> |
|
|
|
|
|
|
|
<number>6</number> |
|
|
|
<number>6</number> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<item row="0" column="1" colspan="4"> |
|
|
|
<item row="0" column="1" colspan="4"> |
|
|
|
<widget class="QLabel" name="controlStatusLabel"> |
|
|
|
<widget class="QLabel" name="controlStatusLabel"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>50</width> |
|
|
|
|
|
|
|
<height>20</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>UNCONNECTED</string> |
|
|
|
<string>UNCONNECTED</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|
|
|
|
|
<property name="margin"> |
|
|
|
|
|
|
|
<number>0</number> |
|
|
|
|
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="1" column="1" colspan="4"> |
|
|
|
<item row="1" column="1" colspan="4"> |
|
|
|
<widget class="QPushButton" name="controlButton"> |
|
|
|
<widget class="QPushButton" name="controlButton"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>0</width> |
|
|
|
|
|
|
|
<height>12</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Activate Engine</string> |
|
|
|
<string>Activate Engine</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -80,6 +89,12 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="3" column="1"> |
|
|
|
<item row="3" column="1"> |
|
|
|
<widget class="QPushButton" name="liftoffButton"> |
|
|
|
<widget class="QPushButton" name="liftoffButton"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>80</width> |
|
|
|
|
|
|
|
<height>12</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Liftoff</string> |
|
|
|
<string>Liftoff</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -91,6 +106,12 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="3" column="2" colspan="2"> |
|
|
|
<item row="3" column="2" colspan="2"> |
|
|
|
<widget class="QPushButton" name="landButton"> |
|
|
|
<widget class="QPushButton" name="landButton"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>80</width> |
|
|
|
|
|
|
|
<height>12</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Land</string> |
|
|
|
<string>Land</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -102,6 +123,12 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="3" column="4"> |
|
|
|
<item row="3" column="4"> |
|
|
|
<widget class="QPushButton" name="shutdownButton"> |
|
|
|
<widget class="QPushButton" name="shutdownButton"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>80</width> |
|
|
|
|
|
|
|
<height>12</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Halt</string> |
|
|
|
<string>Halt</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -125,10 +152,23 @@ |
|
|
|
</spacer> |
|
|
|
</spacer> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="4" column="1" colspan="2"> |
|
|
|
<item row="4" column="1" colspan="2"> |
|
|
|
<widget class="QComboBox" name="modeComboBox"/> |
|
|
|
<widget class="QComboBox" name="modeComboBox"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>0</width> |
|
|
|
|
|
|
|
<height>12</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
|
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="4" column="3" colspan="2"> |
|
|
|
<item row="4" column="3" colspan="2"> |
|
|
|
<widget class="QPushButton" name="setModeButton"> |
|
|
|
<widget class="QPushButton" name="setModeButton"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>40</width> |
|
|
|
|
|
|
|
<height>12</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>Set Mode</string> |
|
|
|
<string>Set Mode</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
@ -140,6 +180,12 @@ |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
<item row="5" column="1" colspan="4"> |
|
|
|
<item row="5" column="1" colspan="4"> |
|
|
|
<widget class="QLabel" name="lastActionLabel"> |
|
|
|
<widget class="QLabel" name="lastActionLabel"> |
|
|
|
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
|
|
|
<size> |
|
|
|
|
|
|
|
<width>0</width> |
|
|
|
|
|
|
|
<height>12</height> |
|
|
|
|
|
|
|
</size> |
|
|
|
|
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<property name="text"> |
|
|
|
<string>No actions executed so far</string> |
|
|
|
<string>No actions executed so far</string> |
|
|
|
</property> |
|
|
|
</property> |
|
|
|