aAction = new QAction(QIcon(":pictures/move.png"), XGUI_Workshop::MOVE_TO_END_COMMAND, this);
addAction("MOVE_CMD", aAction);
- aAction = new QAction(QIcon(":pictures/delete.png"), tr("Clean history"), this);
+ aAction = new QAction(QIcon(":pictures/clean_history.png"), tr("Clean history"), this);
addAction("CLEAN_HISTORY_CMD", aAction);
aAction = new QAction(QIcon(":pictures/color.png"), tr("Color..."), this);
<file>pictures/rebuild.png</file>
<file>pictures/preferences.png</file>
<file>pictures/copy.png</file>
-
+
<file>pictures/params_folder.png</file>
<file>pictures/constr_folder.png</file>
<file>pictures/constr_object.png</file>
<file>pictures/properties.png</file>
<file>pictures/features.png</file>
<file>pictures/point_ico.png</file>
-
+
<file>pictures/x_point.png</file>
<file>pictures/y_point.png</file>
<file>pictures/z_point.png</file>
<file>pictures/button_ok.png</file>
<file>pictures/button_ok_error.png</file>
<file>pictures/button_plus.png</file>
-
+
<file>pictures/assembly.png</file>
<file>pictures/delete.png</file>
<file>pictures/rename_edit.png</file>
<file>pictures/eye_pencil.png</file>
<file>pictures/eye_pencil_closed.png</file>
-
+ <file>pictures/clean_history.png</file>
+
<file>pictures/view_prefs.png</file>
<file>pictures/module.png</file>
<file>pictures/shading.png</file>
<file>pictures/wireframe.png</file>
<file>pictures/expression.png</file>
<file>pictures/arrow.png</file>
-
+
<file>pictures/solid.png</file>
<file>pictures/compsolid.png</file>
<file>pictures/compoundofsolids.png</file>
<file>pictures/vertex.png</file>
<file>pictures/face.png</file>
<file>pictures/compound.png</file>
+ <file>pictures/shell.png</file>
+ <file>pictures/wire.png</file>
</qresource>
</RCC>