mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
* update Icons + remove rightclick on toolbar * use better data icons * use better disc icons * Use better unknown icons * final adjustment (hdd icons)
26 lines
898 B
Plaintext
26 lines
898 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>Icons/pause.png</file>
|
|
<file>Icons/play.png</file>
|
|
<file>Icons/restart.png</file>
|
|
<file>Icons/stop.png</file>
|
|
<file>rpcs3.ico</file>
|
|
<file>Icons/data_blue.png</file>
|
|
<file>Icons/data_gray.png</file>
|
|
<file>Icons/disc_blue.png</file>
|
|
<file>Icons/disc_gray.png</file>
|
|
<file>Icons/grid_blue.png</file>
|
|
<file>Icons/grid_gray.png</file>
|
|
<file>Icons/hdd_blue.png</file>
|
|
<file>Icons/hdd_gray.png</file>
|
|
<file>Icons/home_blue.png</file>
|
|
<file>Icons/home_gray.png</file>
|
|
<file>Icons/list_blue.png</file>
|
|
<file>Icons/list_gray.png</file>
|
|
<file>Icons/media_blue.png</file>
|
|
<file>Icons/media_gray.png</file>
|
|
<file>Icons/unknown_blue.png</file>
|
|
<file>Icons/unknown_gray.png</file>
|
|
</qresource>
|
|
</RCC>
|