diff --git a/src/Gui/CommandDoc.cpp b/src/Gui/CommandDoc.cpp
index 88d00b609a..225a26177f 100644
--- a/src/Gui/CommandDoc.cpp
+++ b/src/Gui/CommandDoc.cpp
@@ -179,7 +179,7 @@ StdCmdImport::StdCmdImport()
sToolTipText = QT_TR_NOOP("Import a file in the active document");
sWhatsThis = "Std_Import";
sStatusTip = QT_TR_NOOP("Import a file in the active document");
- //sPixmap = "Open";
+ sPixmap = "Std_Import";
sAccel = "Ctrl+I";
}
@@ -267,6 +267,7 @@ StdCmdExport::StdCmdExport()
sStatusTip = QT_TR_NOOP("Export an object in the active document");
//sPixmap = "Open";
sAccel = "Ctrl+E";
+ sPixmap = "Std_Export";
eType = 0;
}
@@ -331,6 +332,7 @@ StdCmdMergeProjects::StdCmdMergeProjects()
sToolTipText = QT_TR_NOOP("Merge project");
sWhatsThis = "Std_MergeProjects";
sStatusTip = QT_TR_NOOP("Merge project");
+ sPixmap = "Std_MergeProjects";
}
void StdCmdMergeProjects::activated(int iMsg)
@@ -528,7 +530,7 @@ StdCmdSaveCopy::StdCmdSaveCopy()
sToolTipText = QT_TR_NOOP("Save a copy of the active document under a new file name");
sWhatsThis = "Std_SaveCopy";
sStatusTip = QT_TR_NOOP("Save a copy of the active document under a new file name");
- //sPixmap = "document-save-as";
+ sPixmap = "Std_SaveCopy";
}
void StdCmdSaveCopy::activated(int iMsg)
@@ -561,6 +563,7 @@ StdCmdSaveAll::StdCmdSaveAll()
sToolTipText = QT_TR_NOOP("Save all opened document");
sWhatsThis = "Std_SaveAll";
sStatusTip = QT_TR_NOOP("Save all opened document");
+ sPixmap = "Std_SaveAll";
}
void StdCmdSaveAll::activated(int iMsg)
@@ -588,7 +591,7 @@ StdCmdRevert::StdCmdRevert()
sToolTipText = QT_TR_NOOP("Reverts to the saved version of this file");
sWhatsThis = "Std_Revert";
sStatusTip = QT_TR_NOOP("Reverts to the saved version of this file");
- //sPixmap = "document-revert";
+ sPixmap = "Std_Revert";
eType = NoTransaction;
}
@@ -749,6 +752,7 @@ StdCmdPrintPdf::StdCmdPrintPdf()
sToolTipText = QT_TR_NOOP("Export the document as PDF");
sWhatsThis = "Std_PrintPdf";
sStatusTip = QT_TR_NOOP("Export the document as PDF");
+ sPixmap = "Std_PrintPdf";
eType = 0;
}
diff --git a/src/Gui/CommandStd.cpp b/src/Gui/CommandStd.cpp
index f350c5434d..e3551d2375 100644
--- a/src/Gui/CommandStd.cpp
+++ b/src/Gui/CommandStd.cpp
@@ -146,6 +146,7 @@ StdCmdRecentFiles::StdCmdRecentFiles()
sToolTipText = QT_TR_NOOP("Recent file list");
sWhatsThis = "Std_RecentFiles";
sStatusTip = QT_TR_NOOP("Recent file list");
+ sPixmap = "Std_RecentFiles";
eType = NoTransaction;
}
diff --git a/src/Gui/CommandWindow.cpp b/src/Gui/CommandWindow.cpp
index 73b2f6049a..822378c48f 100644
--- a/src/Gui/CommandWindow.cpp
+++ b/src/Gui/CommandWindow.cpp
@@ -143,6 +143,7 @@ StdCmdCloseActiveWindow::StdCmdCloseActiveWindow()
// collide with this shortcut. Thus the shortcut of QMdiSubWindow will be
// reset in MainWindow::addWindow() (#0002631)
sAccel = keySequenceToAccel(QKeySequence::Close);
+ sPixmap = "Std_CloseActiveWindow";
eType = NoTransaction;
}
@@ -170,6 +171,7 @@ StdCmdCloseAllWindows::StdCmdCloseAllWindows()
sToolTipText = QT_TR_NOOP("Close all windows");
sWhatsThis = "Std_CloseAllWindows";
sStatusTip = QT_TR_NOOP("Close all windows");
+ sPixmap = "Std_CloseAllWindows";
eType = NoTransaction;
}
diff --git a/src/Gui/Icons/Std_CloseActiveWindow.svg b/src/Gui/Icons/Std_CloseActiveWindow.svg
new file mode 100644
index 0000000000..34cf937f65
--- /dev/null
+++ b/src/Gui/Icons/Std_CloseActiveWindow.svg
@@ -0,0 +1,204 @@
+
+
diff --git a/src/Gui/Icons/Std_CloseAllWindows.svg b/src/Gui/Icons/Std_CloseAllWindows.svg
new file mode 100644
index 0000000000..baabe656e6
--- /dev/null
+++ b/src/Gui/Icons/Std_CloseAllWindows.svg
@@ -0,0 +1,248 @@
+
+
diff --git a/src/Gui/Icons/Std_Export.svg b/src/Gui/Icons/Std_Export.svg
new file mode 100644
index 0000000000..28599a3407
--- /dev/null
+++ b/src/Gui/Icons/Std_Export.svg
@@ -0,0 +1,428 @@
+
+
diff --git a/src/Gui/Icons/Std_Import.svg b/src/Gui/Icons/Std_Import.svg
new file mode 100644
index 0000000000..26a2e3ace9
--- /dev/null
+++ b/src/Gui/Icons/Std_Import.svg
@@ -0,0 +1,428 @@
+
+
diff --git a/src/Gui/Icons/Std_MergeProjects.svg b/src/Gui/Icons/Std_MergeProjects.svg
new file mode 100644
index 0000000000..e7ef5081a4
--- /dev/null
+++ b/src/Gui/Icons/Std_MergeProjects.svg
@@ -0,0 +1,661 @@
+
+
diff --git a/src/Gui/Icons/Std_PrintPdf.svg b/src/Gui/Icons/Std_PrintPdf.svg
new file mode 100644
index 0000000000..ac55098cdb
--- /dev/null
+++ b/src/Gui/Icons/Std_PrintPdf.svg
@@ -0,0 +1,423 @@
+
+
diff --git a/src/Gui/Icons/Std_RecentFiles.svg b/src/Gui/Icons/Std_RecentFiles.svg
new file mode 100644
index 0000000000..5dbe9f91f0
--- /dev/null
+++ b/src/Gui/Icons/Std_RecentFiles.svg
@@ -0,0 +1,728 @@
+
+
diff --git a/src/Gui/Icons/Std_Revert.svg b/src/Gui/Icons/Std_Revert.svg
new file mode 100644
index 0000000000..5e9f16976a
--- /dev/null
+++ b/src/Gui/Icons/Std_Revert.svg
@@ -0,0 +1,201 @@
+
+
diff --git a/src/Gui/Icons/Std_SaveAll.svg b/src/Gui/Icons/Std_SaveAll.svg
new file mode 100644
index 0000000000..79810f5e81
--- /dev/null
+++ b/src/Gui/Icons/Std_SaveAll.svg
@@ -0,0 +1,605 @@
+
+
diff --git a/src/Gui/Icons/Std_SaveCopy.svg b/src/Gui/Icons/Std_SaveCopy.svg
new file mode 100644
index 0000000000..23b885796e
--- /dev/null
+++ b/src/Gui/Icons/Std_SaveCopy.svg
@@ -0,0 +1,633 @@
+
+
diff --git a/src/Gui/Icons/resource.qrc b/src/Gui/Icons/resource.qrc
index 150b757bf7..ad7f6a1fe3 100644
--- a/src/Gui/Icons/resource.qrc
+++ b/src/Gui/Icons/resource.qrc
@@ -152,6 +152,16 @@
Param_UInt.svg
PolygonPick.svg
Python.svg
+ Std_CloseActiveWindow.svg
+ Std_CloseAllWindows.svg
+ Std_Export.svg
+ Std_Import.svg
+ Std_MergeProjects.svg
+ Std_PrintPdf.svg
+ Std_RecentFiles.svg
+ Std_Revert.svg
+ Std_SaveAll.svg
+ Std_SaveCopy.svg
Std_Tool1.svg
Std_Tool2.svg
Std_Tool3.svg