add icon and img to res.qrc; delete some imgs

This commit is contained in:
flykhan 2023-08-29 18:18:41 +08:00
parent 22b65e4076
commit 34186830fd
10 changed files with 23 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 885 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

25
res.qrc
View File

@ -1,2 +1,23 @@
<!DOCTYPE RCC> <RCC>
<RCC version="1.0"/> <qresource prefix="/icon">
<file alias="back">picture/back.png</file>
<file alias="button">picture/button_pause.png</file>
<file alias="button_play">picture/button_play.png</file>
<file alias="front">picture/front.png</file>
<file alias="last">picture/last.png</file>
<file alias="mute0">picture/mute0.png</file>
<file alias="mute1">picture/mute1.png</file>
<file alias="mute2">picture/mute2.png</file>
<file alias="next">picture/next.png</file>
<file alias="randow">picture/randow.png</file>
<file alias="skin">picture/skin.png</file>
<file alias="timg">picture/timg.jpg</file>
<file alias="volume0">picture/volume0.png</file>
<file alias="volume1">picture/volume1.png</file>
</qresource>
<qresource prefix="/img">
<file alias="background1">picture/background1.jpg</file>
<file alias="background2">picture/background2.jpg</file>
<file alias="background5">picture/5.jpg</file>
</qresource>
</RCC>