Skip to content

Commit

Permalink
add missing tooltips for part import/export
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly authored and wwmayer committed Jul 16, 2019
1 parent 8048f93 commit 4b4e48d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/Mod/Part/Gui/DlgImportExportIges.ui
Expand Up @@ -67,6 +67,9 @@
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="radioButtonBRepOff">
<property name="toolTip">
<string>Solids and shells will be exported as trimmed surface</string>
</property>
<property name="text">
<string>Groups of Trimmed Surfaces (type 144)</string>
</property>
Expand All @@ -77,6 +80,9 @@
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="radioButtonBRepOn">
<property name="toolTip">
<string>Solids will be exported as manifold solid B-Rep object, shells as shell</string>
</property>
<property name="text">
<string>Solids (type 186) and Shells (type 514) / B-REP mode</string>
</property>
Expand All @@ -96,6 +102,9 @@
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QCheckBox" name="checkSkipBlank">
<property name="toolTip">
<string>Blank entities will not be imported</string>
</property>
<property name="text">
<string>Skip blank entities</string>
</property>
Expand All @@ -106,6 +115,9 @@
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBoxHeader">
<property name="toolTip">
<string>If not empty, field contents will be used in the IGES file header</string>
</property>
<property name="title">
<string>Header</string>
</property>
Expand Down
6 changes: 5 additions & 1 deletion src/Mod/Part/Gui/DlgImportExportStep.ui
Expand Up @@ -16,6 +16,9 @@
<layout class="QGridLayout" name="gridLayout_4">
<item row="2" column="0">
<widget class="QGroupBox" name="groupBoxHeader">
<property name="toolTip">
<string>If not empty, field contents will be used in the STEP file header.</string>
</property>
<property name="title">
<string>Header</string>
</property>
Expand Down Expand Up @@ -156,7 +159,8 @@
<item>
<widget class="Gui::PrefCheckBox" name="checkBoxMergeCompound">
<property name="toolTip">
<string>If this is checked, no Compound merge will be done during file reading (slower but higher details).</string>
<string>If checked, no Compound merge will be done
during file reading (slower but higher details).</string>
</property>
<property name="text">
<string>Enable STEP Compound merge</string>
Expand Down

0 comments on commit 4b4e48d

Please sign in to comment.