1
0
Fork 0

GUI: added various icons (thanks to @mrfearless!)

This commit is contained in:
mrexodia 2016-06-24 09:29:23 +02:00
parent 8d33baac1b
commit b9df094db1
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
11 changed files with 10 additions and 0 deletions

BIN
src/gui/images/bit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

BIN
src/gui/images/byte.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

BIN
src/gui/images/dword.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/gui/images/qword.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/gui/images/word.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

BIN
src/gui/images/xmm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/gui/images/ymm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
src/gui/images/zmm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -119,5 +119,15 @@
<file>images/treat_selection_as_ymm.png</file>
<file>images/analysis.png</file>
<file>images/arguments.png</file>
<file>images/bit.png</file>
<file>images/byte.png</file>
<file>images/dword.png</file>
<file>images/functionend.png</file>
<file>images/functionstart.png</file>
<file>images/qword.png</file>
<file>images/word.png</file>
<file>images/xmm.png</file>
<file>images/ymm.png</file>
<file>images/zmm.png</file>
</qresource>
</RCC>