添加icon2素材库

This commit is contained in:
flykhan 2023-08-31 15:28:27 +08:00
parent 42a4be7a34
commit de57e166c1
11 changed files with 12 additions and 0 deletions

BIN
icon2/pause.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
icon2/play-next.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
icon2/play-previous.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
icon2/play.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
icon2/rewind-back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
icon2/rewind-forward.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
icon2/sound-off.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
icon2/sound-on.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
icon2/volume-down.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
icon2/volume-up.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

12
res.qrc
View File

@ -20,4 +20,16 @@
<file alias="background2">picture/background2.jpg</file>
<file alias="background5">picture/5.jpg</file>
</qresource>
<qresource prefix="/icon2">
<file alias="pause">icon2/pause.png</file>
<file alias="play">icon2/play.png</file>
<file alias="play-next">icon2/play-next.png</file>
<file alias="play-previous">icon2/play-previous.png</file>
<file alias="rewind-back">icon2/rewind-back.png</file>
<file alias="rewind-forward">icon2/rewind-forward.png</file>
<file alias="sound-off">icon2/sound-off.png</file>
<file alias="sound-on">icon2/sound-on.png</file>
<file alias="volume-down">icon2/volume-down.png</file>
<file alias="volume-up">icon2/volume-up.png</file>
</qresource>
</RCC>