Part: move Shape view properties to Part design preferences

This commit is contained in:
vocx-fc
2020-07-24 22:36:59 -05:00
committed by wwmayer
parent 2a8fe51038
commit 598baecd37
2 changed files with 4 additions and 4 deletions

View File

@@ -214,9 +214,9 @@ PyMOD_INIT_FUNC(PartGui)
// register preferences pages
(void)new Gui::PrefPageProducer<PartGui::DlgSettingsGeneral> ( QT_TRANSLATE_NOOP("QObject","Part design") );
(void)new Gui::PrefPageProducer<PartGui::DlgSettings3DViewPart> ( QT_TRANSLATE_NOOP("QObject","Part design") );
(void)new Gui::PrefPageProducer<PartGui::DlgSettingsObjectColor> ( QT_TRANSLATE_NOOP("QObject","Part design") );
(void)new Gui::PrefPageProducer<PartGui::DlgImportExportIges> ( QT_TRANSLATE_NOOP("QObject","Import-Export") );
(void)new Gui::PrefPageProducer<PartGui::DlgImportExportStep> ( QT_TRANSLATE_NOOP("QObject","Import-Export") );
(void)new Gui::PrefPageProducer<PartGui::DlgSettingsObjectColor> ( QT_TRANSLATE_NOOP("QObject","Display") );
Gui::ViewProviderBuilder::add(
Part::PropertyPartShape::getClassTypeId(),
PartGui::ViewProviderPart::getClassTypeId());

View File

@@ -7,17 +7,17 @@
<x>0</x>
<y>0</y>
<width>476</width>
<height>336</height>
<height>378</height>
</rect>
</property>
<property name="windowTitle">
<string>Part colors</string>
<string>Shape appearance</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBoxDefaultColors">
<property name="title">
<string>Default Part colors</string>
<string>Default Shape view properties</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>