citra-qt : Add icons for the toolbar
BIN
dist/toolbar_icons/rc/configure.png
vendored
Executable file
After Width: | Height: | Size: 2.3 KiB |
BIN
dist/toolbar_icons/rc/fullscreen.png
vendored
Executable file
After Width: | Height: | Size: 5.0 KiB |
BIN
dist/toolbar_icons/rc/fullscreen_exit.png
vendored
Executable file
After Width: | Height: | Size: 5.4 KiB |
BIN
dist/toolbar_icons/rc/load_file.png
vendored
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
dist/toolbar_icons/rc/pause.png
vendored
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
dist/toolbar_icons/rc/start.png
vendored
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
dist/toolbar_icons/rc/stop.png
vendored
Normal file
After Width: | Height: | Size: 2.1 KiB |
11
dist/toolbar_icons/toolbar_icons.qrc
vendored
Normal 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>
|