diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-29 10:07:56 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-29 10:07:56 +0100 |
commit | 58989d52c2c0650611d26ab223ccd43f4891bb41 (patch) | |
tree | 460cb8274f7a415db65001742b701e579078cb6f /ftnoir_tracker_aruco/aruco-trackercontrols.ui | |
parent | 502daa65f45952893060a70f5f95d1626d53050a (diff) |
Implement Aruco pitch change
Diffstat (limited to 'ftnoir_tracker_aruco/aruco-trackercontrols.ui')
-rw-r--r-- | ftnoir_tracker_aruco/aruco-trackercontrols.ui | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/ftnoir_tracker_aruco/aruco-trackercontrols.ui b/ftnoir_tracker_aruco/aruco-trackercontrols.ui index 76d750af..8cf28057 100644 --- a/ftnoir_tracker_aruco/aruco-trackercontrols.ui +++ b/ftnoir_tracker_aruco/aruco-trackercontrols.ui @@ -10,7 +10,7 @@ <x>0</x> <y>0</y> <width>704</width> - <height>273</height> + <height>308</height> </rect> </property> <property name="sizePolicy"> @@ -294,6 +294,32 @@ </property> </widget> </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_9"> + <property name="text"> + <string>Pitch</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QDoubleSpinBox" name="pitch_deg"> + <property name="suffix"> + <string>°</string> + </property> + <property name="decimals"> + <number>2</number> + </property> + <property name="minimum"> + <double>-60.000000000000000</double> + </property> + <property name="maximum"> + <double>60.000000000000000</double> + </property> + <property name="value"> + <double>0.000000000000000</double> + </property> + </widget> + </item> </layout> </widget> </item> |