[PD] rename icons to match Wiki files
For the What#s this feature we need to have a uniform naming of the features and its icons. For some PD icons this is not the case and since we are in feature freeze, this is the right time to address this. (I see the same is already done for Mesh.)
@@ -1480,7 +1480,7 @@ bool CmdPartDesignGroove::isActive(void)
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
// PartDesign_Additive_Pipe
|
||||
// PartDesign_AdditivePipe
|
||||
//===========================================================================
|
||||
DEF_STD_CMD_A(CmdPartDesignAdditivePipe)
|
||||
|
||||
@@ -1493,7 +1493,7 @@ CmdPartDesignAdditivePipe::CmdPartDesignAdditivePipe()
|
||||
sToolTipText = QT_TR_NOOP("Sweep a selected sketch along a path or to other profiles");
|
||||
sWhatsThis = "PartDesign_AdditivePipe";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PartDesign_Additive_Pipe";
|
||||
sPixmap = "PartDesign_AdditivePipe";
|
||||
}
|
||||
|
||||
void CmdPartDesignAdditivePipe::activated(int iMsg)
|
||||
@@ -1530,7 +1530,7 @@ bool CmdPartDesignAdditivePipe::isActive(void)
|
||||
|
||||
|
||||
//===========================================================================
|
||||
// PartDesign_Subtractive_Pipe
|
||||
// PartDesign_SubtractivePipe
|
||||
//===========================================================================
|
||||
DEF_STD_CMD_A(CmdPartDesignSubtractivePipe)
|
||||
|
||||
@@ -1543,7 +1543,7 @@ CmdPartDesignSubtractivePipe::CmdPartDesignSubtractivePipe()
|
||||
sToolTipText = QT_TR_NOOP("Sweep a selected sketch along a path or to other profiles and remove it from the body");
|
||||
sWhatsThis = "PartDesign_SubtractivePipe";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PartDesign_Subtractive_Pipe";
|
||||
sPixmap = "PartDesign_SubtractivePipe";
|
||||
}
|
||||
|
||||
void CmdPartDesignSubtractivePipe::activated(int iMsg)
|
||||
@@ -1580,7 +1580,7 @@ bool CmdPartDesignSubtractivePipe::isActive(void)
|
||||
|
||||
|
||||
//===========================================================================
|
||||
// PartDesign_Additive_Loft
|
||||
// PartDesign_AdditiveLoft
|
||||
//===========================================================================
|
||||
DEF_STD_CMD_A(CmdPartDesignAdditiveLoft)
|
||||
|
||||
@@ -1593,7 +1593,7 @@ CmdPartDesignAdditiveLoft::CmdPartDesignAdditiveLoft()
|
||||
sToolTipText = QT_TR_NOOP("Loft a selected profile through other profile sections");
|
||||
sWhatsThis = "PartDesign_AdditiveLoft";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PartDesign_Additive_Loft";
|
||||
sPixmap = "PartDesign_AdditiveLoft";
|
||||
}
|
||||
|
||||
void CmdPartDesignAdditiveLoft::activated(int iMsg)
|
||||
@@ -1630,7 +1630,7 @@ bool CmdPartDesignAdditiveLoft::isActive(void)
|
||||
|
||||
|
||||
//===========================================================================
|
||||
// PartDesign_Subtractive_Loft
|
||||
// PartDesign_SubtractiveLoft
|
||||
//===========================================================================
|
||||
DEF_STD_CMD_A(CmdPartDesignSubtractiveLoft)
|
||||
|
||||
@@ -1643,7 +1643,7 @@ CmdPartDesignSubtractiveLoft::CmdPartDesignSubtractiveLoft()
|
||||
sToolTipText = QT_TR_NOOP("Loft a selected profile through other profile sections and remove it from the body");
|
||||
sWhatsThis = "PartDesign_SubtractiveLoft";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PartDesign_Subtractive_Loft";
|
||||
sPixmap = "PartDesign_SubtractiveLoft";
|
||||
}
|
||||
|
||||
void CmdPartDesignSubtractiveLoft::activated(int iMsg)
|
||||
@@ -1679,7 +1679,7 @@ bool CmdPartDesignSubtractiveLoft::isActive(void)
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
// PartDesign_Additive_Helix
|
||||
// PartDesign_AdditiveHelix
|
||||
//===========================================================================
|
||||
DEF_STD_CMD_A(CmdPartDesignAdditiveHelix)
|
||||
|
||||
@@ -1692,7 +1692,7 @@ CmdPartDesignAdditiveHelix::CmdPartDesignAdditiveHelix()
|
||||
sToolTipText = QT_TR_NOOP("Sweep a selected sketch along a helix");
|
||||
sWhatsThis = "PartDesign_AdditiveHelix";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PartDesign_Additive_Helix";
|
||||
sPixmap = "PartDesign_AdditiveHelix";
|
||||
}
|
||||
|
||||
void CmdPartDesignAdditiveHelix::activated(int iMsg)
|
||||
@@ -1736,7 +1736,7 @@ bool CmdPartDesignAdditiveHelix::isActive(void)
|
||||
|
||||
|
||||
//===========================================================================
|
||||
// PartDesign_Subtractive_Helix
|
||||
// PartDesign_SubtractiveHelix
|
||||
//===========================================================================
|
||||
DEF_STD_CMD_A(CmdPartDesignSubtractiveHelix)
|
||||
|
||||
@@ -1749,7 +1749,7 @@ CmdPartDesignSubtractiveHelix::CmdPartDesignSubtractiveHelix()
|
||||
sToolTipText = QT_TR_NOOP("Sweep a selected sketch along a helix and remove it from the body");
|
||||
sWhatsThis = "PartDesign_SubtractiveHelix";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PartDesign_Subtractive_Helix";
|
||||
sPixmap = "PartDesign_SubtractiveHelix";
|
||||
}
|
||||
|
||||
void CmdPartDesignSubtractiveHelix::activated(int iMsg)
|
||||
|
||||
@@ -140,35 +140,35 @@ Gui::Action * CmdPrimtiveCompAdditive::createAction(void)
|
||||
applyCommandData(this->className(), pcAction);
|
||||
|
||||
QAction* p1 = pcAction->addAction(QString());
|
||||
p1->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Box"));
|
||||
p1->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditiveBox"));
|
||||
p1->setObjectName(QString::fromLatin1("PartDesign_AdditiveBox"));
|
||||
p1->setWhatsThis(QString::fromLatin1("PartDesign_AdditiveBox"));
|
||||
QAction* p2 = pcAction->addAction(QString());
|
||||
p2->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Cylinder"));
|
||||
p2->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditiveCylinder"));
|
||||
p2->setObjectName(QString::fromLatin1("PartDesign_AdditiveCylinder"));
|
||||
p2->setWhatsThis(QString::fromLatin1("PartDesign_AdditiveCylinder"));
|
||||
QAction* p3 = pcAction->addAction(QString());
|
||||
p3->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Sphere"));
|
||||
p3->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditiveSphere"));
|
||||
p3->setObjectName(QString::fromLatin1("PartDesign_AdditiveSphere"));
|
||||
p3->setWhatsThis(QString::fromLatin1("PartDesign_AdditiveSphere"));
|
||||
QAction* p4 = pcAction->addAction(QString());
|
||||
p4->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Cone"));
|
||||
p4->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditiveCone"));
|
||||
p4->setObjectName(QString::fromLatin1("PartDesign_AdditiveCone"));
|
||||
p4->setWhatsThis(QString::fromLatin1("PartDesign_AdditiveCone"));
|
||||
QAction* p5 = pcAction->addAction(QString());
|
||||
p5->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Ellipsoid"));
|
||||
p5->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditiveEllipsoid"));
|
||||
p5->setObjectName(QString::fromLatin1("PartDesign_AdditiveEllipsoid"));
|
||||
p5->setWhatsThis(QString::fromLatin1("PartDesign_AdditiveEllipsoid"));
|
||||
QAction* p6 = pcAction->addAction(QString());
|
||||
p6->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Torus"));
|
||||
p6->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditiveTorus"));
|
||||
p6->setObjectName(QString::fromLatin1("PartDesign_AdditiveTorus"));
|
||||
p6->setWhatsThis(QString::fromLatin1("PartDesign_AdditiveTorus"));
|
||||
QAction* p7 = pcAction->addAction(QString());
|
||||
p7->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Prism"));
|
||||
p7->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditivePrism"));
|
||||
p7->setObjectName(QString::fromLatin1("PartDesign_AdditivePrism"));
|
||||
p7->setWhatsThis(QString::fromLatin1("PartDesign_AdditivePrism"));
|
||||
QAction* p8 = pcAction->addAction(QString());
|
||||
p8->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Additive_Wedge"));
|
||||
p8->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_AdditiveWedge"));
|
||||
p8->setObjectName(QString::fromLatin1("PartDesign_AdditiveWedge"));
|
||||
p8->setWhatsThis(QString::fromLatin1("PartDesign_AdditiveWedge"));
|
||||
|
||||
@@ -296,35 +296,35 @@ Gui::Action * CmdPrimtiveCompSubtractive::createAction(void)
|
||||
applyCommandData(this->className(), pcAction);
|
||||
|
||||
QAction* p1 = pcAction->addAction(QString());
|
||||
p1->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Box"));
|
||||
p1->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractiveBox"));
|
||||
p1->setObjectName(QString::fromLatin1("PartDesign_SubtractiveBox"));
|
||||
p1->setWhatsThis(QString::fromLatin1("PartDesign_SubtractiveBox"));
|
||||
QAction* p2 = pcAction->addAction(QString());
|
||||
p2->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Cylinder"));
|
||||
p2->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractiveCylinder"));
|
||||
p2->setObjectName(QString::fromLatin1("PartDesign_SubtractiveCylinder"));
|
||||
p2->setWhatsThis(QString::fromLatin1("PartDesign_SubtractiveCylinder"));
|
||||
QAction* p3 = pcAction->addAction(QString());
|
||||
p3->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Sphere"));
|
||||
p3->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractiveSphere"));
|
||||
p3->setObjectName(QString::fromLatin1("PartDesign_SubtractiveSphere"));
|
||||
p3->setWhatsThis(QString::fromLatin1("PartDesign_SubtractiveSphere"));
|
||||
QAction* p4 = pcAction->addAction(QString());
|
||||
p4->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Cone"));
|
||||
p4->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractiveCone"));
|
||||
p4->setObjectName(QString::fromLatin1("PartDesign_SubtractiveCone"));
|
||||
p4->setWhatsThis(QString::fromLatin1("PartDesign_SubtractiveCone"));
|
||||
QAction* p5 = pcAction->addAction(QString());
|
||||
p5->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Ellipsoid"));
|
||||
p5->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractiveEllipsoid"));
|
||||
p5->setObjectName(QString::fromLatin1("PartDesign_SubtractiveEllipsoid"));
|
||||
p5->setWhatsThis(QString::fromLatin1("PartDesign_SubtractiveEllipsoid"));
|
||||
QAction* p6 = pcAction->addAction(QString());
|
||||
p6->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Torus"));
|
||||
p6->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractiveTorus"));
|
||||
p6->setObjectName(QString::fromLatin1("PartDesign_SubtractiveTorus"));
|
||||
p6->setWhatsThis(QString::fromLatin1("PartDesign_SubtractiveTorus"));
|
||||
QAction* p7 = pcAction->addAction(QString());
|
||||
p7->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Prism"));
|
||||
p7->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractivePrism"));
|
||||
p7->setObjectName(QString::fromLatin1("PartDesign_SubtractivePrism"));
|
||||
p7->setWhatsThis(QString::fromLatin1("PartDesign_SubtractivePrism"));
|
||||
QAction* p8 = pcAction->addAction(QString());
|
||||
p8->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_Subtractive_Wedge"));
|
||||
p8->setIcon(Gui::BitmapFactory().iconFromTheme("PartDesign_SubtractiveWedge"));
|
||||
p8->setObjectName(QString::fromLatin1("PartDesign_SubtractiveWedge"));
|
||||
p8->setWhatsThis(QString::fromLatin1("PartDesign_SubtractiveWedge"));
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<RCC>
|
||||
<qresource>
|
||||
<file>icons/PartDesign_Additive_Box.svg</file>
|
||||
<file>icons/PartDesign_Additive_Cone.svg</file>
|
||||
<file>icons/PartDesign_Additive_Cylinder.svg</file>
|
||||
<file>icons/PartDesign_Additive_Ellipsoid.svg</file>
|
||||
<file>icons/PartDesign_Additive_Loft.svg</file>
|
||||
<file>icons/PartDesign_Additive_Pipe.svg</file>
|
||||
<file>icons/PartDesign_Additive_Helix.svg</file>
|
||||
<file>icons/PartDesign_Additive_Prism.svg</file>
|
||||
<file>icons/PartDesign_Additive_Sphere.svg</file>
|
||||
<file>icons/PartDesign_Additive_Torus.svg</file>
|
||||
<file>icons/PartDesign_Additive_Wedge.svg</file>
|
||||
<file>icons/PartDesign_AdditiveBox.svg</file>
|
||||
<file>icons/PartDesign_AdditiveCone.svg</file>
|
||||
<file>icons/PartDesign_AdditiveCylinder.svg</file>
|
||||
<file>icons/PartDesign_AdditiveEllipsoid.svg</file>
|
||||
<file>icons/PartDesign_AdditiveLoft.svg</file>
|
||||
<file>icons/PartDesign_AdditivePipe.svg</file>
|
||||
<file>icons/PartDesign_AdditiveHelix.svg</file>
|
||||
<file>icons/PartDesign_AdditivePrism.svg</file>
|
||||
<file>icons/PartDesign_AdditiveSphere.svg</file>
|
||||
<file>icons/PartDesign_AdditiveTorus.svg</file>
|
||||
<file>icons/PartDesign_AdditiveWedge.svg</file>
|
||||
<file>icons/PartDesign_BaseFeature.svg</file>
|
||||
<file>icons/PartDesign_Body.svg</file>
|
||||
<file alias="icons/PartDesign_Body_Create_New.svg">icons/PartDesign_Body.svg</file>
|
||||
@@ -45,17 +45,17 @@
|
||||
<file>icons/PartDesign_ShapeBinder.svg</file>
|
||||
<file>icons/PartDesign_Sprocket.svg</file>
|
||||
<file>icons/PartDesign_SubShapeBinder.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Box.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Cone.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Cylinder.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Ellipsoid.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Loft.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Pipe.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Helix.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Prism.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Sphere.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Torus.svg</file>
|
||||
<file>icons/PartDesign_Subtractive_Wedge.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveBox.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveCone.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveCylinder.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveEllipsoid.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveLoft.svg</file>
|
||||
<file>icons/PartDesign_SubtractivePipe.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveHelix.svg</file>
|
||||
<file>icons/PartDesign_SubtractivePrism.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveSphere.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveTorus.svg</file>
|
||||
<file>icons/PartDesign_SubtractiveWedge.svg</file>
|
||||
<file>icons/PartDesign_Thickness.svg</file>
|
||||
<file>icons/PartDesignWorkbench.svg</file>
|
||||
<file>icons/Tree_PartDesign_Pad.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
@@ -61,7 +61,7 @@ using namespace Gui;
|
||||
/* TRANSLATOR PartDesignGui::TaskHelixParameters */
|
||||
|
||||
TaskHelixParameters::TaskHelixParameters(PartDesignGui::ViewProviderHelix *HelixView, QWidget *parent)
|
||||
: TaskSketchBasedParameters(HelixView, parent, "PartDesign_Additive_Helix", tr("Helix parameters")),
|
||||
: TaskSketchBasedParameters(HelixView, parent, "PartDesign_AdditiveHelix", tr("Helix parameters")),
|
||||
ui (new Ui_TaskHelixParameters)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
|
||||
@@ -56,7 +56,7 @@ using namespace Gui;
|
||||
/* TRANSLATOR PartDesignGui::TaskLoftParameters */
|
||||
|
||||
TaskLoftParameters::TaskLoftParameters(ViewProviderLoft *LoftView,bool /*newObj*/, QWidget *parent)
|
||||
: TaskSketchBasedParameters(LoftView, parent, "PartDesign_Additive_Loft", tr("Loft parameters"))
|
||||
: TaskSketchBasedParameters(LoftView, parent, "PartDesign_AdditiveLoft", tr("Loft parameters"))
|
||||
, ui(new Ui_TaskLoftParameters)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
|
||||
@@ -72,7 +72,7 @@ using namespace Gui;
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TaskPipeParameters::TaskPipeParameters(ViewProviderPipe *PipeView, bool /*newObj*/, QWidget *parent)
|
||||
: TaskSketchBasedParameters(PipeView, parent, "PartDesign_Additive_Pipe", tr("Pipe parameters"))
|
||||
: TaskSketchBasedParameters(PipeView, parent, "PartDesign_AdditivePipe", tr("Pipe parameters"))
|
||||
, ui(new Ui_TaskPipeParameters)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
@@ -443,7 +443,7 @@ void TaskPipeParameters::exitSelectionMode() {
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TaskPipeOrientation::TaskPipeOrientation(ViewProviderPipe* PipeView, bool /*newObj*/, QWidget* parent)
|
||||
: TaskSketchBasedParameters(PipeView, parent, "PartDesign_Additive_Pipe", tr("Section orientation")),
|
||||
: TaskSketchBasedParameters(PipeView, parent, "PartDesign_AdditivePipe", tr("Section orientation")),
|
||||
ui(new Ui_TaskPipeOrientation)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
@@ -770,7 +770,7 @@ void TaskPipeOrientation::updateUI(int idx) {
|
||||
// Task Scaling
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
TaskPipeScaling::TaskPipeScaling(ViewProviderPipe* PipeView, bool /*newObj*/, QWidget* parent)
|
||||
: TaskSketchBasedParameters(PipeView, parent, "PartDesign_Additive_Pipe", tr("Section transformation")),
|
||||
: TaskSketchBasedParameters(PipeView, parent, "PartDesign_AdditivePipe", tr("Section transformation")),
|
||||
ui(new Ui_TaskPipeScaling)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
|
||||