2010-08-18 11:38:25 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AircraftWidget</class>
|
|
|
|
<widget class="QWidget" name="AircraftWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>720</width>
|
|
|
|
<height>480</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>491</width>
|
|
|
|
<height>321</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QPushButton" name="saveAircraftToSD">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>380</x>
|
|
|
|
<y>280</y>
|
|
|
|
<width>93</width>
|
|
|
|
<height>27</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2010-08-19 13:48:16 +02:00
|
|
|
<string>Applies and Saves all settings to SD</string>
|
2010-08-18 11:38:25 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save to SD</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="saveAircraftToRAM">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>270</x>
|
|
|
|
<y>280</y>
|
|
|
|
<width>93</width>
|
|
|
|
<height>27</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2010-08-19 13:48:16 +02:00
|
|
|
<string>Send to OpenPilot but don't write in SD.</string>
|
2010-08-18 11:38:25 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save to RAM</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="getAircraftCurrent">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>160</x>
|
|
|
|
<y>280</y>
|
|
|
|
<width>93</width>
|
|
|
|
<height>27</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Retrieve settings from OpenPilot</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Get Current</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QComboBox" name="aircraftType">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>110</x>
|
2010-08-19 13:48:16 +02:00
|
|
|
<y>10</y>
|
2010-08-18 11:38:25 +02:00
|
|
|
<width>121</width>
|
2010-08-19 13:48:16 +02:00
|
|
|
<height>31</height>
|
2010-08-18 11:38:25 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
2010-08-19 13:48:16 +02:00
|
|
|
<pointsize>10</pointsize>
|
2010-08-18 11:38:25 +02:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select aircraft type here</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>91</width>
|
|
|
|
<height>17</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Aircraft type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-09-17 22:49:24 +02:00
|
|
|
<widget class="MixerCurveWidget" name="widget" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>90</x>
|
|
|
|
<y>70</y>
|
|
|
|
<width>131</width>
|
|
|
|
<height>131</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-08-18 11:38:25 +02:00
|
|
|
</widget>
|
|
|
|
</widget>
|
2010-09-17 22:49:24 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>MixerCurveWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>mixercurvewidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2010-08-18 11:38:25 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|