undo redo icons added

master
shaina7837 2014-12-26 00:35:13 +05:30
parent 2654bf9575
commit 295f257bf8
4 changed files with 12 additions and 0 deletions

BIN
images/Command-Redo-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
images/Command-Undo-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -61,5 +61,7 @@
<file>icons/background.png</file>
<file>images/Increase-Indent-32.png</file>
<file>images/Decrease-Indent-32.png</file>
<file>images/Command-Undo-32.png</file>
<file>images/Command-Redo-32.png</file>
</qresource>
</RCC>

View File

@ -348,6 +348,8 @@
<addaction name="designActionExportSTL"/>
<addaction name="editActionIndent"/>
<addaction name="editActionUnindent"/>
<addaction name="editActionUndo"/>
<addaction name="editActionRedo"/>
</widget>
</item>
<item>
@ -550,6 +552,10 @@
</property>
</action>
<action name="editActionUndo">
<property name="icon">
<iconset resource="../openscad.qrc">
<normaloff>:/images/Command-Undo-32.png</normaloff>:/images/Command-Undo-32.png</iconset>
</property>
<property name="text">
<string>&amp;Undo</string>
</property>
@ -561,6 +567,10 @@
</property>
</action>
<action name="editActionRedo">
<property name="icon">
<iconset resource="../openscad.qrc">
<normaloff>:/images/Command-Redo-32.png</normaloff>:/images/Command-Redo-32.png</iconset>
</property>
<property name="text">
<string>&amp;Redo</string>
</property>