-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimages.qrc
More file actions
38 lines (38 loc) · 1.35 KB
/
images.qrc
File metadata and controls
38 lines (38 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<RCC>
<qresource prefix="/pieces">
<file>Images/rook_white.svg</file>
<file>Images/rook_black.svg</file>
<file>Images/queen_white.svg</file>
<file>Images/queen_black.svg</file>
<file>Images/pawn_white.svg</file>
<file>Images/pawn_black.svg</file>
<file>Images/knight_white.svg</file>
<file>Images/knight_black.svg</file>
<file>Images/king_white.svg</file>
<file>Images/king_black.svg</file>
<file>Images/bishop_white.svg</file>
<file>Images/bishop_black.svg</file>
<file>Images/profile_white.png</file>
<file>Images/profile_black.png</file>
</qresource>
<qresource prefix="/layouts">
<file>Images/layout_blue.png</file>
<file>Images/layout_green.png</file>
<file>Images/layout_orange.png</file>
<file>Images/layout_default.png</file>
</qresource>
<qresource prefix="/others">
<file>Images/arrow.png</file>
<file>chess.ico</file>
</qresource>
<qresource prefix="/icons">
<file>Icons/Open file.png</file>
<file>Icons/Settings.png</file>
<file>Icons/Save as.png</file>
<file>Icons/Save.png</file>
<file>Icons/New file.png</file>
<file>Icons/Close.png</file>
<file>Icons/Help.png</file>
<file>Icons/Qt.png</file>
</qresource>
</RCC>