GUI: icon for undo instruction
This commit is contained in:
parent
912aef4102
commit
3cb1fd6b09
|
@ -908,6 +908,10 @@
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionInstrUndo">
|
<action name="actionInstrUndo">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="../../resource.qrc">
|
||||||
|
<normaloff>:/icons/images/undo.png</normaloff>:/icons/images/undo.png</iconset>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Undo last instruction</string>
|
<string>Undo last instruction</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 690 B |
|
@ -246,5 +246,6 @@
|
||||||
<file>images/memmap_memory_breakpoint.png</file>
|
<file>images/memmap_memory_breakpoint.png</file>
|
||||||
<file>images/memmap_set_page_memory_rights.png</file>
|
<file>images/memmap_set_page_memory_rights.png</file>
|
||||||
<file>images/runtouser.png</file>
|
<file>images/runtouser.png</file>
|
||||||
|
<file>images/undo.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
Loading…
Reference in New Issue