Add new icons for Part and Group

This commit is contained in:
Stefan Tröger
2017-07-30 15:17:41 +02:00
committed by wmayer
parent 83f99ba1b6
commit f34c77211a
8 changed files with 1104 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ StdCmdPart::StdCmdPart()
sToolTipText = QT_TR_NOOP("Create a new part and make it active");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Tree_Annotation";
sPixmap = "Geofeaturegroup.svg";
}
void StdCmdPart::activated(int iMsg)
@@ -89,7 +89,7 @@ StdCmdGroup::StdCmdGroup()
sToolTipText = QT_TR_NOOP("Create a new group for ordering objects");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Tree_Annotation";
sPixmap = "Group.svg";
}
void StdCmdGroup::activated(int iMsg)