|
|
|
@ -6,153 +6,355 @@
@@ -6,153 +6,355 @@
|
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>400</width> |
|
|
|
|
<height>300</height> |
|
|
|
|
<width>396</width> |
|
|
|
|
<height>323</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>368</width> |
|
|
|
|
<height>274</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="windowTitle"> |
|
|
|
|
<string>Dialog</string> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>30</x> |
|
|
|
|
<y>240</y> |
|
|
|
|
<width>341</width> |
|
|
|
|
<height>32</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="standardButtons"> |
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QProgressBar" name="thrust"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>350</x> |
|
|
|
|
<y>20</y> |
|
|
|
|
<width>31</width> |
|
|
|
|
<height>181</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="value"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QSlider" name="ySlider"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>160</x> |
|
|
|
|
<y>190</y> |
|
|
|
|
<width>160</width> |
|
|
|
|
<height>17</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximum"> |
|
|
|
|
<number>100</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QSlider" name="xSlider"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>140</x> |
|
|
|
|
<y>40</y> |
|
|
|
|
<width>17</width> |
|
|
|
|
<height>160</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximum"> |
|
|
|
|
<number>100</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QLCDNumber" name="xValue"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>160</x> |
|
|
|
|
<y>50</y> |
|
|
|
|
<width>41</width> |
|
|
|
|
<height>23</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="frameShadow"> |
|
|
|
|
<enum>QFrame::Plain</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="smallDecimalPoint"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="numDigits"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="segmentStyle"> |
|
|
|
|
<enum>QLCDNumber::Flat</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QLCDNumber" name="yValue"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>270</x> |
|
|
|
|
<y>160</y> |
|
|
|
|
<width>41</width> |
|
|
|
|
<height>23</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="frameShadow"> |
|
|
|
|
<enum>QFrame::Plain</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="smallDecimalPoint"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="numDigits"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="segmentStyle"> |
|
|
|
|
<enum>QLCDNumber::Flat</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QDial" name="dial"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>210</x> |
|
|
|
|
<y>50</y> |
|
|
|
|
<width>101</width> |
|
|
|
|
<height>101</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QGroupBox" name="button0Label"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>60</x> |
|
|
|
|
<y>20</y> |
|
|
|
|
<width>41</width> |
|
|
|
|
<height>16</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2"> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>8</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
<property name="spacing"> |
|
|
|
|
<number>8</number> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<item row="0" column="1"> |
|
|
|
|
<widget class="QGroupBox" name="groupBox_2"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Stick</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>6</number> |
|
|
|
|
</property> |
|
|
|
|
<item row="4" column="2" colspan="3"> |
|
|
|
|
<widget class="QSlider" name="ySlider"> |
|
|
|
|
<property name="maximum"> |
|
|
|
|
<number>100</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="4" column="5"> |
|
|
|
|
<widget class="QLCDNumber" name="yValue"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>24</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="frameShadow"> |
|
|
|
|
<enum>QFrame::Plain</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="smallDecimalPoint"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="numDigits"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="segmentStyle"> |
|
|
|
|
<enum>QLCDNumber::Flat</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="1" rowspan="3" colspan="5"> |
|
|
|
|
<widget class="QDial" name="dial"/> |
|
|
|
|
</item> |
|
|
|
|
<item row="4" column="1"> |
|
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Y</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="4" column="0"> |
|
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>X</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="0"> |
|
|
|
|
<widget class="QLCDNumber" name="xValue"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>0</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>24</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="frameShadow"> |
|
|
|
|
<enum>QFrame::Plain</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="smallDecimalPoint"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="numDigits"> |
|
|
|
|
<number>3</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="segmentStyle"> |
|
|
|
|
<enum>QLCDNumber::Flat</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="0" rowspan="2"> |
|
|
|
|
<widget class="QSlider" name="xSlider"> |
|
|
|
|
<property name="maximum"> |
|
|
|
|
<number>100</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="2"> |
|
|
|
|
<widget class="QGroupBox" name="groupBox_3"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>60</width> |
|
|
|
|
<height>16777215</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Throttle</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>2</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QProgressBar" name="thrust"> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>20</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="value"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="1" column="1" colspan="2"> |
|
|
|
|
<widget class="QLabel" name="statusLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>No joystick - connect and restart QGroundControl</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="0" column="0" rowspan="3"> |
|
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>40</width> |
|
|
|
|
<height>16777215</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Buttons</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<property name="margin"> |
|
|
|
|
<number>2</number> |
|
|
|
|
</property> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel0"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel1"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel2"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel3"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel4"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel5"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel6"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel7"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel8"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QGroupBox" name="buttonLabel9"> |
|
|
|
|
<property name="autoFillBackground"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="styleSheet"> |
|
|
|
|
<string>QGroupBox { border: 1px solid #EEEEEE; border-radius: 4px; padding: 0px; margin: 0px; background-color: #FF2222;}</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string/> |
|
|
|
|
</property> |
|
|
|
|
<property name="flat"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item row="2" column="1" colspan="2"> |
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="standardButtons"> |
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<resources/> |
|
|
|
|
<connections> |
|
|
|
|