diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 01:21:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 01:21:05 +0200 |
commit | 61b7881fc31eaba7d6a2d7a7e9496a0f16b5f002 (patch) | |
tree | 61e7bfe17e4ae29aecb10e9d52debd53cb6fd582 /facetracknoir | |
parent | b2dcd14ef0a12803c82b7aaf374d3f88098ad4e8 (diff) |
Rename axes in dialog to commonly used terms
Diffstat (limited to 'facetracknoir')
-rw-r--r-- | facetracknoir/ftnoir_curves.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/facetracknoir/ftnoir_curves.ui b/facetracknoir/ftnoir_curves.ui index 9dc79326..bbdce4e2 100644 --- a/facetracknoir/ftnoir_curves.ui +++ b/facetracknoir/ftnoir_curves.ui @@ -81,7 +81,7 @@ color: rgb(255, 255, 255); </property>
<widget class="QWidget" name="tab">
<attribute name="title">
- <string>rx</string>
+ <string>Yaw</string>
</attribute>
<widget class="QFunctionConfigurator" name="rxconfig" native="true">
<property name="geometry">
@@ -165,7 +165,7 @@ color: rgb(255, 255, 255); </widget>
<widget class="QWidget" name="tab2">
<attribute name="title">
- <string>ry</string>
+ <string>Pitch</string>
</attribute>
<widget class="QFunctionConfigurator" name="ryconfig" native="true">
<property name="geometry">
@@ -255,7 +255,7 @@ color: rgb(255, 255, 255); </widget>
<widget class="QWidget" name="tab3">
<attribute name="title">
- <string>rz</string>
+ <string>Roll</string>
</attribute>
<widget class="QFunctionConfigurator" name="rzconfig" native="true">
<property name="geometry">
@@ -345,7 +345,7 @@ color: rgb(255, 255, 255); </widget>
<widget class="QWidget" name="tab4">
<attribute name="title">
- <string>tx</string>
+ <string>X</string>
</attribute>
<widget class="QFunctionConfigurator" name="txconfig" native="true">
<property name="geometry">
@@ -435,7 +435,7 @@ color: rgb(255, 255, 255); </widget>
<widget class="QWidget" name="tab5">
<attribute name="title">
- <string>ty</string>
+ <string>Y</string>
</attribute>
<widget class="QFunctionConfigurator" name="tyconfig" native="true">
<property name="geometry">
@@ -525,7 +525,7 @@ color: rgb(255, 255, 255); </widget>
<widget class="QWidget" name="tab6">
<attribute name="title">
- <string>tz</string>
+ <string>Z</string>
</attribute>
<widget class="QFunctionConfigurator" name="tzconfig" native="true">
<property name="geometry">
|