CAM: Reorder the Clearance height and Safe Height spinners in task panel (#23727)

Co-authored-by: Billy <billy.huddleston@preparis.com>
This commit is contained in:
Connor9220
2025-09-12 10:40:08 -04:00
committed by GitHub
parent 34747719fb
commit fff2e2daf9

View File

@@ -19,36 +19,13 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Safe height</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="Gui::QuantitySpinBox" name="safeHeight">
<property name="toolTip">
<string>The height above which it is safe to move the tool bit with rapid movements. Below this height all lateral and downward movements are performed with feed rate speeds.</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="minimum">
<double>-999999999.000000000000000</double>
</property>
<property name="maximum">
<double>999999999.000000000000000</double>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Clearance height</string>
</property>
</widget>
</item>
<item row="1" column="1">
<item row="0" column="1">
<widget class="Gui::QuantitySpinBox" name="clearanceHeight">
<property name="toolTip">
<string>The height where lateral movement of the toolbit is not obstructed by any fixtures or the part / stock material itself.</string>
@@ -64,7 +41,30 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<item row="1" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Safe height</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="Gui::QuantitySpinBox" name="safeHeight">
<property name="toolTip">
<string>The height above which it is safe to move the tool bit with rapid movements. Below this height all lateral and downward movements are performed with feed rate speeds.</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="minimum">
<double>-999999999.000000000000000</double>
</property>
<property name="maximum">
<double>999999999.000000000000000</double>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>