rpcsx/rpcs3/resources.qrc
Megamouse a3d1f7b7b0 Grid Mode + Tool Bar (#2857)
* Grid layout

* Add Tiny Mode
fix scrolling
fix maxGamesPerRow calculation

* prime empty toolbar

* Add Search Bar, Icon Size and List Mode to ToolBar
Fix some minor glitches

* fix toolbar save and adjust default margin

* fix toolbar regression
minor simplification in Refresh

* Implement search and rename PopulateUI to PopulateGameList

* minor refactoring hehehehehehe

* Fix crash

* refresh speedboost optimizations

* Small refactoring of refresh to have default argument of false.

* add icons to toolbar

* fix scrambed order

* search for serial as well
2017-06-11 15:07:00 +01:00

26 lines
902 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/copy_blue.png</file>
<file>Icons/disc_blue.png</file>
<file>Icons/grid_blue.png</file>
<file>Icons/harddisk_blue.png</file>
<file>Icons/home_blue.png</file>
<file>Icons/info_blue.png</file>
<file>Icons/list_blue.png</file>
<file>Icons/media_blue.png</file>
<file>Icons/copy_gray.png</file>
<file>Icons/disc_gray.png</file>
<file>Icons/grid_gray.png</file>
<file>Icons/harddisk_gray.png</file>
<file>Icons/home_gray.png</file>
<file>Icons/info_gray.png</file>
<file>Icons/list_gray.png</file>
<file>Icons/media_gray.png</file>
</qresource>
</RCC>