citra-qt : Add icons for the toolbar

This commit is contained in:
Styleoshin 2017-09-21 12:16:42 +01:00
parent 6fc123d67c
commit 00de7b3a91
8 changed files with 11 additions and 0 deletions

BIN
dist/toolbar_icons/rc/configure.png vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
dist/toolbar_icons/rc/fullscreen.png vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
dist/toolbar_icons/rc/fullscreen_exit.png vendored Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
dist/toolbar_icons/rc/load_file.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
dist/toolbar_icons/rc/pause.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
dist/toolbar_icons/rc/start.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
dist/toolbar_icons/rc/stop.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

11
dist/toolbar_icons/toolbar_icons.qrc vendored Normal file
View File

@ -0,0 +1,11 @@
<RCC>
<qresource prefix="/toolbar_icons">
<file>rc/configure.png</file>
<file>rc/fullscreen.png</file>
<file>rc/load_file.png</file>
<file>rc/fullscreen_exit.png</file>
<file>rc/pause.png</file>
<file>rc/start.png</file>
<file>rc/stop.png</file>
</qresource>
</RCC>