Part: add precise tooltips on Part/PartDesign General settings page (#27785)
* Part: add precise tooltips on Part/PartDesign General settings page * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Furgo <148809153+furgo16@users.noreply.github.com> * added new tooltip * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> * Update src/Mod/Part/Gui/DlgSettingsGeneral.ui Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> --------- Co-authored-by: Parag Debnath <paragforwork@gmail.com> Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Co-authored-by: Furgo <148809153+furgo16@users.noreply.github.com>
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkBooleanCheck">
|
||||
<property name="toolTip">
|
||||
<string>Runs a geometry validity check automatically after each Part boolean operation</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Automatically check model after boolean operation</string>
|
||||
</property>
|
||||
@@ -38,6 +41,9 @@
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkBooleanRefine">
|
||||
<property name="toolTip">
|
||||
<string>Automatically refines the shape after each Part boolean operation to remove residual edges and faces</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Automatically refine model after boolean operation</string>
|
||||
</property>
|
||||
@@ -54,6 +60,9 @@
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkSketchBaseRefine">
|
||||
<property name="toolTip">
|
||||
<string>Automatically refines Part Design features to remove residual edges and faces</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Automatically refine model after applying operations</string>
|
||||
</property>
|
||||
@@ -70,6 +79,9 @@
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkAllowCompoundBody">
|
||||
<property name="toolTip">
|
||||
<string>Enables the multiple-solids Body option by default for newly created Part Design bodies</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Allow multiple solids in Part Design bodies by default</string>
|
||||
</property>
|
||||
@@ -101,6 +113,9 @@
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<item row="0" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkObjectNaming">
|
||||
<property name="toolTip">
|
||||
<string>Currently not implemented: this option does not yet modify automatically generated Part feature names</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add name of base object</string>
|
||||
</property>
|
||||
@@ -131,6 +146,9 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="toolTip">
|
||||
<string>Specifies which profile geometry types are accepted by the Part Design Hole feature</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Default profile type for holes</string>
|
||||
</property>
|
||||
@@ -138,6 +156,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefComboBox" name="comboDefaultProfileTypeForHole">
|
||||
<property name="toolTip">
|
||||
<string>Specifies which profile geometry types are accepted by the Part Design Hole feature</string>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
</property>
|
||||
@@ -202,6 +223,9 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout_31">
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkShowFinalPreview">
|
||||
<property name="toolTip">
|
||||
<string>Shows the final computed shape by default while editing Part Design features</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show final result by default when editing features</string>
|
||||
</property>
|
||||
@@ -215,6 +239,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkShowTransparentPreview">
|
||||
<property name="toolTip">
|
||||
<string>Displays a temporary transparent overlay preview while editing Part Design features</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show transparent preview overlay by default when editing features</string>
|
||||
</property>
|
||||
@@ -231,6 +258,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkShowProfilePreview">
|
||||
<property name="toolTip">
|
||||
<string>Highlights the sketch or profile geometry used by the feature currently being edited</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Highlight the profile used to create features</string>
|
||||
</property>
|
||||
@@ -272,6 +302,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="enableGizmos">
|
||||
<property name="toolTip">
|
||||
<string>Enables draggers for interactive editing of supported feature parameters</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show interactive draggers when editing features</string>
|
||||
</property>
|
||||
@@ -288,6 +321,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="delayedGizmoUpdate">
|
||||
<property name="toolTip">
|
||||
<string>Delays recompute until dragging ends when using draggers, improving interaction speed</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Disable recompute while dragging</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user