diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-11 21:31:51 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-11 21:31:51 +0100 |
commit | 5ac13932342530b68708c202d1227267bd4733bf (patch) | |
tree | 124eb5c9382575b62282f8cd7dd3ee882973fed7 /ftnoir_tracker_joystick | |
parent | cbe0f250b3f41237fe6b448ec841adf3dc6d92aa (diff) |
fix labels for joy tracker
Reported-by: Sascha Bönhardt
Diffstat (limited to 'ftnoir_tracker_joystick')
-rw-r--r-- | ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui b/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui index a0fa43d3..7522cf31 100644 --- a/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui +++ b/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui @@ -57,21 +57,21 @@ <item row="1" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> - <string>Yaw</string> + <string>X</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> - <string>Pitch</string> + <string>Y</string> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_16"> <property name="text"> - <string>Z</string> + <string>Roll</string> </property> </widget> </item> @@ -323,7 +323,7 @@ <item row="5" column="0"> <widget class="QLabel" name="label_14"> <property name="text"> - <string>X</string> + <string>Yaw</string> </property> </widget> </item> @@ -379,14 +379,14 @@ <item row="4" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> - <string>Roll</string> + <string>Z</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_15"> <property name="text"> - <string>Y</string> + <string>Pitch</string> </property> </widget> </item> @@ -419,6 +419,16 @@ </item> </layout> </widget> + <tabstops> + <tabstop>joylist</tabstop> + <tabstop>comboBox</tabstop> + <tabstop>comboBox_2</tabstop> + <tabstop>comboBox_3</tabstop> + <tabstop>comboBox_4</tabstop> + <tabstop>comboBox_5</tabstop> + <tabstop>comboBox_6</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections/> <slots> |