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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user