|
|
|
@ -6,8 +6,8 @@
@@ -6,8 +6,8 @@
|
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>400</width> |
|
|
|
|
<height>300</height> |
|
|
|
|
<width>1171</width> |
|
|
|
|
<height>560</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="windowTitle"> |
|
|
|
@ -16,8 +16,8 @@
@@ -16,8 +16,8 @@
|
|
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>30</x> |
|
|
|
|
<y>30</y> |
|
|
|
|
<x>20</x> |
|
|
|
|
<y>10</y> |
|
|
|
|
<width>151</width> |
|
|
|
|
<height>31</height> |
|
|
|
|
</rect> |
|
|
|
@ -29,6 +29,282 @@
@@ -29,6 +29,282 @@
|
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>20</x> |
|
|
|
|
<y>50</y> |
|
|
|
|
<width>46</width> |
|
|
|
|
<height>13</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Interface</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QComboBox" name="comboBox"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>80</x> |
|
|
|
|
<y>50</y> |
|
|
|
|
<width>69</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QComboBox" name="comboBox_2"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>160</x> |
|
|
|
|
<y>50</y> |
|
|
|
|
<width>69</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QComboBox" name="comboBox_3"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>240</x> |
|
|
|
|
<y>50</y> |
|
|
|
|
<width>69</width> |
|
|
|
|
<height>22</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QPushButton" name="connectPushButton"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>320</x> |
|
|
|
|
<y>50</y> |
|
|
|
|
<width>75</width> |
|
|
|
|
<height>23</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Connect</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>20</x> |
|
|
|
|
<y>80</y> |
|
|
|
|
<width>581</width> |
|
|
|
|
<height>131</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Pan</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,2,5,0"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_3"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Angle</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>PWM</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Center PWM</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="panAngleLineEdit"/> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="panPwmLineEdit"/> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="pwnCenterLineEdit"/> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_7"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Trim</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QSlider" name="horizontalSlider"> |
|
|
|
|
<property name="minimum"> |
|
|
|
|
<number>-180</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="value"> |
|
|
|
|
<number>0</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="panTrimLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>0</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QCheckBox" name="panRevCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Rev</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QGroupBox" name="groupBox_2"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>20</x> |
|
|
|
|
<y>220</y> |
|
|
|
|
<width>581</width> |
|
|
|
|
<height>131</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Tilt</string> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,2,5,0"> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_8"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Angle</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_9"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>PWM</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_10"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Center PWM</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="tiltAngleLineEdit"/> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="tiltPwmLineEdit"/> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLineEdit" name="tiltCenterLineEdit"/> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="label_11"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Trim</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QSlider" name="horizontalSlider_2"> |
|
|
|
|
<property name="minimum"> |
|
|
|
|
<number>-180</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximum"> |
|
|
|
|
<number>180</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QLabel" name="tiltTrimLabel"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>0</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="alignment"> |
|
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QCheckBox" name="tiltRevCheckBox"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Rev</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</widget> |
|
|
|
|
<resources/> |
|
|
|
|
<connections/> |
|
|
|
|