From bb94a0ddeabcba19c7221ea54035330fa45eea34 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 5 Oct 2022 10:31:41 +0200 Subject: [PATCH] Gui: [skip ci] remove DlgImportExportStep.ui resource --- src/Mod/Part/Gui/CMakeLists.txt | 1 - src/Mod/Part/Gui/DlgImportExportStep.ui | 419 ------------------------ src/Mod/Part/Gui/DlgSettingsGeneral.cpp | 1 - 3 files changed, 421 deletions(-) delete mode 100644 src/Mod/Part/Gui/DlgImportExportStep.ui diff --git a/src/Mod/Part/Gui/CMakeLists.txt b/src/Mod/Part/Gui/CMakeLists.txt index d05643ca03..6b389de5fb 100644 --- a/src/Mod/Part/Gui/CMakeLists.txt +++ b/src/Mod/Part/Gui/CMakeLists.txt @@ -117,7 +117,6 @@ SET(PartGui_SRCS DlgImportStep.h DlgImportStep.ui DlgImportExportIges.ui - DlgImportExportStep.ui DlgPartBox.ui DlgPartBoxImp.cpp DlgPartBoxImp.h diff --git a/src/Mod/Part/Gui/DlgImportExportStep.ui b/src/Mod/Part/Gui/DlgImportExportStep.ui deleted file mode 100644 index 91b8760080..0000000000 --- a/src/Mod/Part/Gui/DlgImportExportStep.ui +++ /dev/null @@ -1,419 +0,0 @@ - - - PartGui::DlgImportExportStep - - - - 0 - 0 - 445 - 699 - - - - STEP - - - - - - Export - - - - - - Units for export of STEP - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - Millimeter - - - - - Meter - - - - - Inch - - - - - - - - Write out curves in parametric space of surface - - - - - - - Uncheck this to skip invisible object when exporting, which is useful for CADs that do not support invisibility STEP styling. - - - Export invisible objects - - - ExportHiddenObject - - - Mod/Import - - - - - - - Check this option to keep the placement information when exporting -a single object. Please note that when import back the STEP file, the -placement will be encoded into the shape geometry, instead of keeping -it inside the Placement property. - - - Export single object placement - - - ExportKeepPlacement - - - Mod/Import - - - - - - - Use legacy exporter - - - ExportLegacy - - - Mod/Import - - - - - - - Scheme - - - - - - - AP203 - - - - - AP214 Committee Draft - - - - - AP214 Draft International Standard - - - - - AP214 International Standard - - - - - AP242 Draft International Standard - - - - - - - - - - - - - - Import - - - - - - If checked, no Compound merge will be done -during file reading (slower but higher details). - - - Enable STEP Compound merge - - - ReadShapeCompoundMode - - - Mod/Import/hSTEP - - - - - - - Select this to use App::LinkGroup as group container, or else use App::Part. - - - Use LinkGroup - - - UseLinkGroup - - - Mod/Import - - - - - - - Select this to not import any invisible objects. - - - Import invisible objects - - - ImportHiddenObject - - - Mod/Import - - - - - - - Reduce number of objects using Link array - - - Reduce number of objects - - - ReduceObjects - - - Mod/Import - - - - - - - Expand compound shape with multiple solids - - - Expand compound shape - - - ExpandCompound - - - Mod/Import - - - - - - - Show progress bar when importing - - - Show progress bar when importing - - - ShowProgress - - - Mod/Import - - - - - - - Do not use instance name. Useful for some legacy STEP file with non-meaningful auto generated instance names. - - - Ignore instance names - - - UseBaseName - - - Mod/Import - - - - - - - - - Mode - - - - - - - - 0 - 0 - - - - ImportMode - - - Mod/Import - - - - Single document - - - - - Assembly per document - - - - - Assembly per document in sub-directory - - - - - Object per document - - - - - Object per document in sub-directory - - - - - - - - - - - - - If not empty, field contents will be used in the STEP file header. - - - Header - - - - - - Company - - - - - - - - - - Author - - - - - - - - - - Product - - - - - - - - - - - - - Qt::Vertical - - - - 20 - 82 - - - - - - - - - Gui::PrefCheckBox - QCheckBox -
Gui/PrefWidgets.h
-
- - Gui::PrefComboBox - QComboBox -
Gui/PrefWidgets.h
-
-
- - comboBoxUnits - checkBoxPcurves - checkBoxExportHiddenObj - checkBoxMergeCompound - checkBoxUseLinkGroup - checkBoxImportHiddenObj - checkBoxReduceObjects - checkBoxExpandCompound - checkBoxShowProgress - checkBoxUseBaseName - comboBoxImportMode - lineEditCompany - lineEditAuthor - lineEditProduct - - - -
diff --git a/src/Mod/Part/Gui/DlgSettingsGeneral.cpp b/src/Mod/Part/Gui/DlgSettingsGeneral.cpp index e93551604c..a0d116f262 100644 --- a/src/Mod/Part/Gui/DlgSettingsGeneral.cpp +++ b/src/Mod/Part/Gui/DlgSettingsGeneral.cpp @@ -39,7 +39,6 @@ #include "DlgSettingsGeneral.h" #include "ui_DlgSettingsGeneral.h" #include "ui_DlgImportExportIges.h" -#include "ui_DlgImportExportStep.h" #include "DlgExportStep.h" #include "DlgImportStep.h"