diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-24 13:51:47 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-24 13:51:47 +0200 |
commit | 783ad7d52940b978462afe7b743da72c4529542c (patch) | |
tree | 6f4301d807cf2f389598369048c58c42d26f139e /gui/options-dialog.ui | |
parent | 2b02544134e5c1badd036f183d2908405d5348a8 (diff) |
logic, gui: allow for disabling any of the three tcomp options
Issue: #458
Requested-by: @Borisovich
Diffstat (limited to 'gui/options-dialog.ui')
-rw-r--r-- | gui/options-dialog.ui | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/gui/options-dialog.ui b/gui/options-dialog.ui index 7011f156..420a82b8 100644 --- a/gui/options-dialog.ui +++ b/gui/options-dialog.ui @@ -821,12 +821,32 @@ It won't work properly with translation compensation enabled.</string> </widget> </item> <item> - <widget class="QCheckBox" name="tcomp_rz"> + <widget class="QCheckBox" name="tcomp_tx_disable"> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> - <string>Disable Z axis compensation</string> + <string>Disable X compensation</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="tcomp_ty_disable"> + <property name="styleSheet"> + <string notr="true"/> + </property> + <property name="text"> + <string>Disable Y compensation</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="tcomp_tz_disable"> + <property name="styleSheet"> + <string notr="true"/> + </property> + <property name="text"> + <string>Disable Z compensation</string> </property> </widget> </item> |