mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-24 13:34:44 +00:00
Adding Dump and Download icons
This commit is contained in:
parent
ee521498bc
commit
4ba2fecfe8
4 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@ Files: CMakeSettings.json
|
|||
scripts/ps4_names.txt
|
||||
src/images/about_icon.png
|
||||
src/images/controller_icon.png
|
||||
src/images/dump_icon.png
|
||||
src/images/exit_icon.png
|
||||
src/images/file_icon.png
|
||||
src/images/flag_china.png
|
||||
|
|
BIN
src/images/dump_icon.png
Normal file
BIN
src/images/dump_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -123,8 +123,10 @@ public:
|
|||
gameInstallPathAct->setIcon(QIcon(":images/folder_icon.png"));
|
||||
downloadCheatsPatchesAct = new QAction(MainWindow);
|
||||
downloadCheatsPatchesAct->setObjectName("downloadCheatsPatchesAct");
|
||||
downloadCheatsPatchesAct->setIcon(QIcon(":images/update_icon.png"));
|
||||
dumpGameListAct = new QAction(MainWindow);
|
||||
dumpGameListAct->setObjectName("dumpGameList");
|
||||
dumpGameListAct->setIcon(QIcon(":images/dump_icon.png"));
|
||||
pkgViewerAct = new QAction(MainWindow);
|
||||
pkgViewerAct->setObjectName("pkgViewer");
|
||||
pkgViewerAct->setIcon(QIcon(":images/file_icon.png"));
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<qresource prefix="/">
|
||||
<file>images/shadps4.ico</file>
|
||||
<file>images/about_icon.png</file>
|
||||
<file>images/dump_icon.png</file>
|
||||
<file>images/play_icon.png</file>
|
||||
<file>images/pause_icon.png</file>
|
||||
<file>images/stop_icon.png</file>
|
||||
|
|
Loading…
Add table
Reference in a new issue