+ 0000450: new Icons for Part Work Bench, Ruled Surface, Shape Info, and Create Primitives
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5048 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
parent
8657b5f0dc
commit
87ca80eb7f
|
@ -203,7 +203,7 @@ CmdPartPrimitives::CmdPartPrimitives()
|
|||
sToolTipText = QT_TR_NOOP("Creation of parametrized geometric primitives");
|
||||
sWhatsThis = "Part_Primitives";
|
||||
sStatusTip = sToolTipText;
|
||||
//sPixmap = "Part_Box";
|
||||
sPixmap = "Part_CreatePrimitives";
|
||||
}
|
||||
|
||||
void CmdPartPrimitives::activated(int iMsg)
|
||||
|
@ -940,6 +940,7 @@ CmdShapeInfo::CmdShapeInfo()
|
|||
sToolTipText = "Info about shape";
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_ShapeInfo";
|
||||
}
|
||||
|
||||
void CmdShapeInfo::activated(int iMsg)
|
||||
|
@ -1032,6 +1033,7 @@ CmdPartRuledSurface::CmdPartRuledSurface()
|
|||
sToolTipText = QT_TR_NOOP("Create a ruled surface from two curves");
|
||||
sWhatsThis = sToolTipText;
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Part_RuledSurface";
|
||||
}
|
||||
|
||||
void CmdPartRuledSurface::activated(int iMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user