[TechDraw] Rename icon filenames for consistency
@@ -303,7 +303,7 @@ CmdTechDrawView::CmdTechDrawView()
|
||||
sToolTipText = QT_TR_NOOP("Insert a View");
|
||||
sWhatsThis = "TechDraw_View";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-View";
|
||||
sPixmap = "actions/TechDraw_View";
|
||||
}
|
||||
|
||||
void CmdTechDrawView::activated(int iMsg)
|
||||
@@ -733,7 +733,7 @@ bool CmdTechDrawProjectionGroup::isActive(void)
|
||||
// sToolTipText = QT_TR_NOOP("Insert a new View of a multiple Parts in the active drawing");
|
||||
// sWhatsThis = "TechDraw_NewMulti";
|
||||
// sStatusTip = sToolTipText;
|
||||
// sPixmap = "actions/techdraw-multiview";
|
||||
// sPixmap = "actions/TechDraw_Multiview";
|
||||
//}
|
||||
|
||||
//void CmdTechDrawNewMulti::activated(int iMsg)
|
||||
@@ -1179,7 +1179,7 @@ CmdTechDrawDraftView::CmdTechDrawDraftView()
|
||||
sToolTipText = QT_TR_NOOP("Insert a View of a Draft Workbench object");
|
||||
sWhatsThis = "TechDraw_NewDraft";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-DraftView";
|
||||
sPixmap = "actions/TechDraw_DraftView";
|
||||
}
|
||||
|
||||
void CmdTechDrawDraftView::activated(int iMsg)
|
||||
@@ -1237,7 +1237,7 @@ CmdTechDrawArchView::CmdTechDrawArchView()
|
||||
sToolTipText = QT_TR_NOOP("Insert a View of a Section Plane from Arch Workbench");
|
||||
sWhatsThis = "TechDraw_NewArch";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-ArchView";
|
||||
sPixmap = "actions/TechDraw_ArchView";
|
||||
}
|
||||
|
||||
void CmdTechDrawArchView::activated(int iMsg)
|
||||
|
||||
@@ -107,7 +107,7 @@ CmdTechDrawLeaderLine::CmdTechDrawLeaderLine()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_LeaderLine";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-LeaderLine";
|
||||
sPixmap = "actions/TechDraw_LeaderLine";
|
||||
}
|
||||
|
||||
void CmdTechDrawLeaderLine::activated(int iMsg)
|
||||
@@ -260,7 +260,7 @@ Gui::Action * CmdTechDrawCosmeticVertexGroup::createAction(void)
|
||||
applyCommandData(this->className(), pcAction);
|
||||
|
||||
QAction* p1 = pcAction->addAction(QString());
|
||||
p1->setIcon(Gui::BitmapFactory().iconFromTheme("actions/techdraw-CosmeticVertex"));
|
||||
p1->setIcon(Gui::BitmapFactory().iconFromTheme("actions/TechDraw_CosmeticVertex"));
|
||||
p1->setObjectName(QString::fromLatin1("TechDraw_CosmeticVertex"));
|
||||
p1->setWhatsThis(QString::fromLatin1("TechDraw_CosmeticVertex"));
|
||||
QAction* p2 = pcAction->addAction(QString());
|
||||
@@ -410,7 +410,7 @@ CmdTechDrawCosmeticVertex::CmdTechDrawCosmeticVertex()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_CosmeticVertex";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-CosmeticVertex";
|
||||
sPixmap = "actions/TechDraw_CosmeticVertex";
|
||||
}
|
||||
|
||||
void CmdTechDrawCosmeticVertex::activated(int iMsg)
|
||||
@@ -549,7 +549,7 @@ CmdTechDrawAnnotation::CmdTechDrawAnnotation()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_NewAnnotation";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-annotation";
|
||||
sPixmap = "actions/TechDraw_Annotation";
|
||||
}
|
||||
|
||||
void CmdTechDrawAnnotation::activated(int iMsg)
|
||||
@@ -630,11 +630,11 @@ Gui::Action * CmdTechDrawCenterLineGroup::createAction(void)
|
||||
p1->setObjectName(QString::fromLatin1("TechDraw_FaceCenterLine"));
|
||||
p1->setWhatsThis(QString::fromLatin1("TechDraw_FaceCenterLine"));
|
||||
QAction* p2 = pcAction->addAction(QString());
|
||||
p2->setIcon(Gui::BitmapFactory().iconFromTheme("actions/techdraw-2linecenterline"));
|
||||
p2->setIcon(Gui::BitmapFactory().iconFromTheme("actions/TechDraw_2LineCenterline"));
|
||||
p2->setObjectName(QString::fromLatin1("TechDraw_2LineCenterLine"));
|
||||
p2->setWhatsThis(QString::fromLatin1("TechDraw_2LineCenterLine"));
|
||||
QAction* p3 = pcAction->addAction(QString());
|
||||
p3->setIcon(Gui::BitmapFactory().iconFromTheme("actions/techdraw-2pointcenterline"));
|
||||
p3->setIcon(Gui::BitmapFactory().iconFromTheme("actions/TechDraw_2PointCenterline"));
|
||||
p3->setObjectName(QString::fromLatin1("TechDraw_2PointCenterLine"));
|
||||
p3->setWhatsThis(QString::fromLatin1("TechDraw_2PointCenterLine"));
|
||||
|
||||
@@ -802,7 +802,7 @@ CmdTechDraw2LineCenterLine::CmdTechDraw2LineCenterLine()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_2LineCenterLine";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-2linecenterline";
|
||||
sPixmap = "actions/TechDraw_2LineCenterline";
|
||||
}
|
||||
|
||||
void CmdTechDraw2LineCenterLine::activated(int iMsg)
|
||||
@@ -878,7 +878,7 @@ CmdTechDraw2PointCenterLine::CmdTechDraw2PointCenterLine()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_2PointCenterLine";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-2pointcenterline";
|
||||
sPixmap = "actions/TechDraw_2PointCenterline";
|
||||
}
|
||||
|
||||
void CmdTechDraw2PointCenterLine::activated(int iMsg)
|
||||
@@ -991,7 +991,7 @@ CmdTechDraw2PointCosmeticLine::CmdTechDraw2PointCosmeticLine()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_2PointCosmeticLine";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-line2points";
|
||||
sPixmap = "actions/TechDraw_Line2Points";
|
||||
}
|
||||
|
||||
void CmdTechDraw2PointCosmeticLine::activated(int iMsg)
|
||||
@@ -1147,7 +1147,7 @@ CmdTechDrawCosmeticEraser::CmdTechDrawCosmeticEraser()
|
||||
sToolTipText = sMenuText;
|
||||
sWhatsThis = "TechDraw_CosmeticEraser";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-CosmeticEraser";
|
||||
sPixmap = "actions/TechDraw_CosmeticEraser";
|
||||
}
|
||||
|
||||
void CmdTechDrawCosmeticEraser::activated(int iMsg)
|
||||
@@ -1268,7 +1268,7 @@ CmdTechDrawDecorateLine::CmdTechDrawDecorateLine()
|
||||
sToolTipText = QT_TR_NOOP("Change Appearance of selected Lines");
|
||||
sWhatsThis = "TechDraw_DecorateLine";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-DecorateLine";
|
||||
sPixmap = "actions/TechDraw_DecorateLine";
|
||||
}
|
||||
|
||||
void CmdTechDrawDecorateLine::activated(int iMsg)
|
||||
|
||||
@@ -258,7 +258,7 @@ CmdTechDrawImage::CmdTechDrawImage()
|
||||
sToolTipText = QT_TR_NOOP("Insert Bitmap from a file into a page");
|
||||
sWhatsThis = "TechDraw_Image";
|
||||
sStatusTip = QT_TR_NOOP("Insert Bitmap from a file into a page");
|
||||
sPixmap = "actions/techdraw-image";
|
||||
sPixmap = "actions/TechDraw_Image";
|
||||
}
|
||||
|
||||
void CmdTechDrawImage::activated(int iMsg)
|
||||
@@ -310,7 +310,7 @@ CmdTechDrawToggleFrame::CmdTechDrawToggleFrame()
|
||||
sToolTipText = QT_TR_NOOP("Turn View Frames On/Off");
|
||||
sWhatsThis = "TechDraw_Toggle";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "actions/techdraw-toggleframe";
|
||||
sPixmap = "actions/TechDraw_ToggleFrame";
|
||||
}
|
||||
|
||||
void CmdTechDrawToggleFrame::activated(int iMsg)
|
||||
|
||||
@@ -75,40 +75,40 @@
|
||||
<file>icons/TechDraw_HorizontalExtentDimension.svg</file>
|
||||
<file>icons/TechDraw_VerticalExtentDimension.svg</file>
|
||||
<file>icons/TechDraw_LandmarkDimension.svg</file>
|
||||
<file>icons/actions/techdraw-View.svg</file>
|
||||
<file>icons/actions/TechDraw_View.svg</file>
|
||||
<file>icons/actions/TechDraw_ActiveView.svg</file>
|
||||
<file>icons/actions/techdraw-multiview.svg</file>
|
||||
<file>icons/actions/techdraw-annotation.svg</file>
|
||||
<file>icons/actions/TechDraw_Multiview.svg</file>
|
||||
<file>icons/actions/TechDraw_Annotation.svg</file>
|
||||
<file>icons/actions/TechDraw_ClipGroup.svg</file>
|
||||
<file>icons/actions/TechDraw_ClipGroupAdd.svg</file>
|
||||
<file>icons/actions/TechDraw_ClipGroupRemove.svg</file>
|
||||
<file>icons/actions/techdraw-DraftView.svg</file>
|
||||
<file>icons/actions/techdraw-ArchView.svg</file>
|
||||
<file>icons/actions/TechDraw_DraftView.svg</file>
|
||||
<file>icons/actions/TechDraw_ArchView.svg</file>
|
||||
<file>icons/actions/TechDraw_ExportPageDXF.svg</file>
|
||||
<file>icons/actions/TechDraw_ExportPageSVG.svg</file>
|
||||
<file>icons/actions/TechDraw_SectionView.svg</file>
|
||||
<file>icons/actions/TechDraw_Hatch.svg</file>
|
||||
<file>icons/actions/TechDraw_GeometricHatch.svg</file>
|
||||
<file>icons/actions/techdraw-toggleframe.svg</file>
|
||||
<file>icons/actions/TechDraw_ToggleFrame.svg</file>
|
||||
<file>icons/actions/TechDraw_RedrawPage.svg</file>
|
||||
<file>icons/actions/TechDraw_ProjectionGroup.svg</file>
|
||||
<file>icons/actions/TechDraw_PageDefault.svg</file>
|
||||
<file>icons/actions/TechDraw_PageTemplate.svg</file>
|
||||
<file>icons/actions/TechDraw_SpreadsheetView.svg</file>
|
||||
<file>icons/actions/techdraw-image.svg</file>
|
||||
<file>icons/actions/TechDraw_Image.svg</file>
|
||||
<file>icons/actions/TechDraw_DetailView.svg</file>
|
||||
<file>icons/actions/techdraw-LeaderLine.svg</file>
|
||||
<file>icons/actions/TechDraw_LeaderLine.svg</file>
|
||||
<file>icons/actions/TechDraw_RichTextAnnotation.svg</file>
|
||||
<file>icons/actions/techdraw-CosmeticVertex.svg</file>
|
||||
<file>icons/actions/TechDraw_CosmeticVertex.svg</file>
|
||||
<file>icons/actions/TechDraw_Midpoints.svg</file>
|
||||
<file>icons/actions/TechDraw_Quadrants.svg</file>
|
||||
<file>icons/actions/TechDraw_FaceCenterLine.svg</file>
|
||||
<file>icons/actions/techdraw-2linecenterline.svg</file>
|
||||
<file>icons/actions/techdraw-2pointcenterline.svg</file>
|
||||
<file>icons/actions/techdraw-line2points.svg</file>
|
||||
<file>icons/actions/techdraw-CosmeticEraser.svg</file>
|
||||
<file>icons/actions/techdraw-DecorateLine.svg</file>
|
||||
<file>icons/actions/techdraw-facedecor.svg</file>
|
||||
<file>icons/actions/TechDraw_2LineCenterline.svg</file>
|
||||
<file>icons/actions/TechDraw_2PointCenterline.svg</file>
|
||||
<file>icons/actions/TechDraw_Line2Points.svg</file>
|
||||
<file>icons/actions/TechDraw_CosmeticEraser.svg</file>
|
||||
<file>icons/actions/TechDraw_DecorateLine.svg</file>
|
||||
<file>icons/actions/TechDraw_FaceDecor.svg</file>
|
||||
<file>icons/actions/TechDraw_ShowAll.svg</file>
|
||||
<file>icons/actions/TechDraw_Symbol.svg</file>
|
||||
<file>icons/actions/TechDraw_Tile.svg</file>
|
||||
|
||||
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -903,7 +903,7 @@
|
||||
<dc:source>http://jimmac.musichall.cz</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-image</dc:title>
|
||||
<dc:title>TechDraw_Image</dc:title>
|
||||
<dc:date>2016-11-06</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -911,7 +911,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-image.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -554,7 +554,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -562,7 +562,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -556,7 +556,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -564,7 +564,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -628,7 +628,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -636,7 +636,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -628,7 +628,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -636,7 +636,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -14,7 +14,7 @@
|
||||
width="64"
|
||||
height="64"
|
||||
id="svg3085"
|
||||
sodipodi:docname="techdraw-2linecenterline.svg"
|
||||
sodipodi:docname="TechDraw_2LineCenterline.svg"
|
||||
inkscape:version="0.92.4 (unknown)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -14,7 +14,7 @@
|
||||
width="64"
|
||||
height="64"
|
||||
id="svg3085"
|
||||
sodipodi:docname="techdraw-2pointcenterline.svg"
|
||||
sodipodi:docname="TechDraw_2PointCenterline.svg"
|
||||
inkscape:version="0.92.4 (unknown)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
@@ -19,7 +19,7 @@
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.1">
|
||||
<title
|
||||
id="title2043">Techdraw-annotation</title>
|
||||
id="title2043">TechDraw_Annotation</title>
|
||||
<defs
|
||||
id="defs2768">
|
||||
<linearGradient
|
||||
@@ -557,7 +557,7 @@
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title>Techdraw-annotation</dc:title>
|
||||
<dc:title>TechDraw_Annotation</dc:title>
|
||||
<cc:license
|
||||
rdf:resource="http://artlibre.org/licence/lal" />
|
||||
<dc:date>2019-01-14</dc:date>
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
@@ -13,7 +13,7 @@
|
||||
width="64"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="techdraw-image.svg">
|
||||
sodipodi:docname="TechDraw_Image.svg">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
@@ -901,7 +901,7 @@
|
||||
<dc:source>http://jimmac.musichall.cz</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-image</dc:title>
|
||||
<dc:title>TechDraw_Image</dc:title>
|
||||
<dc:date>2016-11-06</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -909,7 +909,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-image.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_Image.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
@@ -14,7 +14,7 @@
|
||||
width="64"
|
||||
height="64"
|
||||
id="svg3085"
|
||||
sodipodi:docname="techdraw-line2points.svg"
|
||||
sodipodi:docname="TechDraw_Line2Points.svg"
|
||||
inkscape:version="0.92.4 (unknown)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
@@ -560,7 +560,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -568,7 +568,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -547,7 +547,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -555,7 +555,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -545,7 +545,7 @@
|
||||
<dc:source>http://agryson.net</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-view</dc:title>
|
||||
<dc:title>TechDraw_View</dc:title>
|
||||
<dc:date>2016-01-14</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -553,7 +553,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-view.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_View.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@@ -15,7 +15,7 @@
|
||||
id="svg249"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="techdraw-toggleframe.svg"
|
||||
sodipodi:docname="TechDraw_ToggleFrame.svg"
|
||||
inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png"
|
||||
inkscape:export-xdpi="240.00000"
|
||||
inkscape:export-ydpi="240.00000"
|
||||
@@ -760,7 +760,7 @@
|
||||
<dc:source>http://jimmac.musichall.cz</dc:source>
|
||||
<cc:license
|
||||
rdf:resource="https://www.gnu.org/copyleft/lesser.html" />
|
||||
<dc:title>techdraw-toggleframe</dc:title>
|
||||
<dc:title>TechDraw_ToggleFrame</dc:title>
|
||||
<dc:date>2016-01-30</dc:date>
|
||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
||||
<dc:publisher>
|
||||
@@ -768,7 +768,7 @@
|
||||
<dc:title>FreeCAD</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:publisher>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/techdraw-toggleframe.svg</dc:identifier>
|
||||
<dc:identifier>FreeCAD/src/Mod/TechDraw/Gui/Resources/icons/actions/TechDraw_ToggleFrame.svg</dc:identifier>
|
||||
<dc:rights>
|
||||
<cc:Agent>
|
||||
<dc:title>FreeCAD LGPL2+</dc:title>
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -362,7 +362,7 @@ TaskDlgCosVertex::TaskDlgCosVertex(TechDraw::DrawViewPart* baseFeat,
|
||||
: TaskDialog()
|
||||
{
|
||||
widget = new TaskCosVertex(baseFeat, page);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-CosmeticVertex"),
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_CosmeticVertex"),
|
||||
widget->windowTitle(), true, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="Resources/TechDraw.qrc">
|
||||
<normaloff>:/icons/actions/techdraw-CosmeticVertex.svg</normaloff>:/icons/actions/techdraw-CosmeticVertex.svg</iconset>
|
||||
<normaloff>:/icons/actions/TechDraw_CosmeticVertex.svg</normaloff>:/icons/actions/TechDraw_CosmeticVertex.svg</iconset>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
<item>
|
||||
|
||||
@@ -289,7 +289,7 @@ TaskDlgCosmeticLine::TaskDlgCosmeticLine(TechDraw::DrawViewPart* partFeat,
|
||||
: TaskDialog()
|
||||
{
|
||||
widget = new TaskCosmeticLine(partFeat, points, is3d);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-line2points"),
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_Line2Points"),
|
||||
widget->windowTitle(), true, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
@@ -300,7 +300,7 @@ TaskDlgCosmeticLine::TaskDlgCosmeticLine(TechDraw::DrawViewPart* partFeat,
|
||||
: TaskDialog()
|
||||
{
|
||||
widget = new TaskCosmeticLine(partFeat, edgeName);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-line2points"),
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_Line2Points"),
|
||||
widget->windowTitle(), true, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
|
||||
@@ -873,7 +873,7 @@ TaskDlgLeaderLine::TaskDlgLeaderLine(TechDraw::DrawView* baseFeat,
|
||||
: TaskDialog()
|
||||
{
|
||||
widget = new TaskLeaderLine(baseFeat,page);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-LeaderLine"),
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_LeaderLine"),
|
||||
widget->windowTitle(), true, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
@@ -883,7 +883,7 @@ TaskDlgLeaderLine::TaskDlgLeaderLine(TechDrawGui::ViewProviderLeader* leadVP)
|
||||
: TaskDialog()
|
||||
{
|
||||
widget = new TaskLeaderLine(leadVP);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-LeaderLine"),
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_LeaderLine"),
|
||||
widget->windowTitle(), true, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="Resources/TechDraw.qrc">
|
||||
<normaloff>:/icons/actions/techdraw-LeaderLine.svg</normaloff>:/icons/actions/techdraw-LeaderLine.svg</iconset>
|
||||
<normaloff>:/icons/actions/TechDraw_LeaderLine.svg</normaloff>:/icons/actions/TechDraw_LeaderLine.svg</iconset>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
||||
@@ -437,7 +437,7 @@ TaskDlgLineDecor::TaskDlgLineDecor(TechDraw::DrawViewPart* partFeat,
|
||||
TaskDialog()
|
||||
{
|
||||
widget = new TaskLineDecor(partFeat, edgeNames);
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-DecorateLine"),
|
||||
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_DecorateLine"),
|
||||
widget->windowTitle(), true, nullptr);
|
||||
taskbox->groupLayout()->addWidget(widget);
|
||||
Content.push_back(taskbox);
|
||||
@@ -448,7 +448,7 @@ TaskDlgLineDecor::TaskDlgLineDecor(TechDraw::DrawViewPart* partFeat,
|
||||
TaskLineDecor* parent = dynamic_cast<TaskLineDecor*>(widget);
|
||||
if (parent != nullptr) {
|
||||
restore = new TaskRestoreLines(partFeat, parent);
|
||||
restoreBox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-DecorateLine"),
|
||||
restoreBox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/TechDraw_DecorateLine"),
|
||||
tr("Restore Invisible Lines"), true, nullptr);
|
||||
restoreBox->groupLayout()->addWidget(restore);
|
||||
Content.push_back(restoreBox);
|
||||
|
||||
@@ -40,7 +40,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderAnnotation, TechDrawGui::ViewProviderDr
|
||||
|
||||
ViewProviderAnnotation::ViewProviderAnnotation()
|
||||
{
|
||||
sPixmap = "actions/techdraw-annotation";
|
||||
sPixmap = "actions/TechDraw_Annotation";
|
||||
}
|
||||
|
||||
ViewProviderAnnotation::~ViewProviderAnnotation()
|
||||
|
||||
@@ -40,7 +40,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderImage, TechDrawGui::ViewProviderDrawing
|
||||
|
||||
ViewProviderImage::ViewProviderImage()
|
||||
{
|
||||
sPixmap = "actions/techdraw-image";
|
||||
sPixmap = "actions/TechDraw_Image";
|
||||
|
||||
ADD_PROPERTY_TYPE(Crop ,(false),"Image", App::Prop_None, "Crop image to Width x Height");
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ const char* ViewProviderLeader::LineStyleEnums[] = { "NoLine",
|
||||
|
||||
ViewProviderLeader::ViewProviderLeader()
|
||||
{
|
||||
sPixmap = "actions/techdraw-LeaderLine";
|
||||
sPixmap = "actions/TechDraw_LeaderLine";
|
||||
|
||||
static const char *group = "Line Format";
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderDraft, TechDrawGui::ViewProviderSymbol)
|
||||
|
||||
ViewProviderDraft::ViewProviderDraft()
|
||||
{
|
||||
sPixmap = "actions/techdraw-DraftView.svg";
|
||||
sPixmap = "actions/TechDraw_DraftView.svg";
|
||||
}
|
||||
|
||||
ViewProviderDraft::~ViewProviderDraft()
|
||||
@@ -98,7 +98,7 @@ PROPERTY_SOURCE(TechDrawGui::ViewProviderArch, TechDrawGui::ViewProviderSymbol)
|
||||
|
||||
ViewProviderArch::ViewProviderArch()
|
||||
{
|
||||
sPixmap = "actions/techdraw-ArchView.svg";
|
||||
sPixmap = "actions/TechDraw_ArchView.svg";
|
||||
}
|
||||
|
||||
ViewProviderArch::~ViewProviderArch()
|
||||
|
||||