1
0
Fork 0

GUI: icons for tracing

This commit is contained in:
mrexodia 2016-06-15 05:18:21 +02:00
parent 1e1b1f14a0
commit 44f762cbe9
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
4 changed files with 10 additions and 0 deletions

View File

@ -768,11 +768,19 @@
</property>
</action>
<action name="actionTocnd">
<property name="icon">
<iconset resource="../../resource.qrc">
<normaloff>:/icons/images/traceover.png</normaloff>:/icons/images/traceover.png</iconset>
</property>
<property name="text">
<string>Trace over until condition</string>
</property>
</action>
<action name="actionTicnd">
<property name="icon">
<iconset resource="../../resource.qrc">
<normaloff>:/icons/images/traceinto.png</normaloff>:/icons/images/traceinto.png</iconset>
</property>
<property name="text">
<string>Trace into until condition</string>
</property>

Binary file not shown.

After

Width:  |  Height:  |  Size: 656 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

View File

@ -99,5 +99,7 @@
<file>images/analyzesinglefunction.png</file>
<file>images/xrefs.png</file>
<file>images/codepage.png</file>
<file>images/traceinto.png</file>
<file>images/traceover.png</file>
</qresource>
</RCC>