Add SVG icons for five Std Tool commands

This commit adds SVG files with icons for these commands. Also, it makes the necessary changes on CommandStd.cpp, CommandDoc.cpp, CommandView.cpp and resource.qrc files. 
Forum Discussion: https://forum.freecadweb.org/viewtopic.php?f=34&t=51502&start=10
This commit is contained in:
bitacovir
2020-11-21 18:06:46 -03:00
committed by wwmayer
parent 5a9da45e08
commit acf9b1f0de
9 changed files with 1251 additions and 1 deletions

View File

@@ -343,7 +343,7 @@ StdCmdDlgParameter::StdCmdDlgParameter()
sToolTipText = QT_TR_NOOP("Opens a Dialog to edit the parameters");
sWhatsThis = "Std_DlgParameter";
sStatusTip = QT_TR_NOOP("Opens a Dialog to edit the parameters");
//sPixmap = "settings";
sPixmap = "Std_DlgParameter";
eType = 0;
}