[PD] add missing tooltips for Helix dialog
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="axis">
|
||||
<property name="toolTip">
|
||||
<string>Axis the helix winds around</string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Base X axis</string>
|
||||
@@ -93,6 +96,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="inputMode">
|
||||
<property name="toolTip">
|
||||
<string>Parameter set defining the helix</string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Pitch-Height-Angle</string>
|
||||
@@ -128,6 +134,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::QuantitySpinBox" name="pitch">
|
||||
<property name="toolTip">
|
||||
<string>Axial distance between two turns</string>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -155,6 +164,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::QuantitySpinBox" name="height">
|
||||
<property name="toolTip">
|
||||
<string>Height of helix</string>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -182,6 +194,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::QuantitySpinBox" name="turns">
|
||||
<property name="toolTip">
|
||||
<string>Number of turns</string>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -206,6 +221,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::QuantitySpinBox" name="coneAngle">
|
||||
<property name="toolTip">
|
||||
<string>Angle of the cone that forms a hull around the helix.</string>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -230,12 +248,15 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="labelGrowth">
|
||||
<property name="text">
|
||||
<string>Growth:</string>
|
||||
<string>Radial growth:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::QuantitySpinBox" name="growth">
|
||||
<property name="toolTip">
|
||||
<string>Radial growth of helix per turn</string>
|
||||
</property>
|
||||
<property name="keyboardTracking">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -251,6 +272,9 @@
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Sets turning direction to left handed</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Left handed</string>
|
||||
</property>
|
||||
@@ -261,6 +285,9 @@
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Reverses the Axis direction</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reversed</string>
|
||||
</property>
|
||||
@@ -268,6 +295,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBoxOutside">
|
||||
<property name="toolTip">
|
||||
<string>the result will be the intersection of helix and the preexisting body</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Remove outside of profile</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user