diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-28 23:51:27 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-28 23:51:27 +0200 |
commit | 68b8813965cdead743a70e8ee47458d8f1e21dd4 (patch) | |
tree | 8f6348420f092889b1f6567b827e001952e8cf46 /tracker-steamvr/dialog.ui | |
parent | f7e66633b3906c90342ff1bd857ab9b3d63dab8e (diff) |
tracker/steamvr: fix vive rotation order
Submitted-by: @subnet-
Issue: #353
cf.
https://github.com/opentrack/opentrack/issues/352#issuecomment-289306146
The submitter's working on the roll code. sin^1 codomain is +-90
deg. so we better use the equivalent atan2(3) formula.
Diffstat (limited to 'tracker-steamvr/dialog.ui')
-rw-r--r-- | tracker-steamvr/dialog.ui | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/tracker-steamvr/dialog.ui b/tracker-steamvr/dialog.ui index 7a5b2f48..9d3b1e85 100644 --- a/tracker-steamvr/dialog.ui +++ b/tracker-steamvr/dialog.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>243</width> - <height>67</height> + <width>281</width> + <height>66</height> </rect> </property> <property name="sizePolicy"> @@ -33,9 +33,6 @@ <bool>false</bool> </property> <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0"> - <widget class="QComboBox" name="rotation_order"/> - </item> <item row="1" column="0"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="sizePolicy"> @@ -49,6 +46,13 @@ </property> </widget> </item> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>No settings necessary</string> + </property> + </widget> + </item> </layout> </widget> <resources/> |