-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathgamewindow.qrc
95 lines (95 loc) · 4.63 KB
/
gamewindow.qrc
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<RCC>
<qresource prefix="/image">
<file>resources/image/black_piece.png</file>
<file>resources/image/board.png</file>
<file>resources/image/white_piece.png</file>
<file>resources/image/background.png</file>
</qresource>
<qresource prefix="/icon">
<file>resources/icon/Black.png</file>
<file>resources/icon/White.png</file>
<file>resources/icon/ActualSizeHS.png</file>
<file>resources/icon/BreakpointHS.png</file>
<file>resources/icon/DocumentHS.png</file>
<file>resources/icon/EditInformationHS.png</file>
<file>resources/icon/EditTableHS.png</file>
<file>resources/icon/Error.png</file>
<file>resources/icon/First.png</file>
<file>resources/icon/FlipHorizontalHS.png</file>
<file>resources/icon/FlipVerticalHS.png</file>
<file>resources/icon/FullScreenHS.png</file>
<file>resources/icon/Help.png</file>
<file>resources/icon/HomeHS.png</file>
<file>resources/icon/Last.png</file>
<file>resources/icon/LeftHS.png</file>
<file>resources/icon/LegendHS.png</file>
<file>resources/icon/NewDocumentHS.png</file>
<file>resources/icon/Next.png</file>
<file>resources/icon/OpenHS.png</file>
<file>resources/icon/Pause.png</file>
<file>resources/icon/Play.png</file>
<file>resources/icon/Previous.png</file>
<file>resources/icon/PrimaryKeyHS.png</file>
<file>resources/icon/Refresh.png</file>
<file>resources/icon/Request.png</file>
<file>resources/icon/OptionsHS.png</file>
<file>resources/icon/Web.png</file>
<file>resources/icon/RestartHS.png</file>
<file>resources/icon/Invert.png</file>
<file>resources/icon/RightHS.png</file>
<file>resources/icon/SaveHS.png</file>
<file>resources/icon/ic_account_child_black_48dp.png</file>
<file>resources/icon/ic_desktop_windows_black_48dp.png</file>
<file>resources/icon/ic_flag_black_48dp.png</file>
<file>resources/icon/ic_fullscreen_black_48dp.png</file>
<file>resources/icon/ic_insert_emoticon_black_48dp.png</file>
<file>resources/icon/ic_laptop_windows_black_48dp.png</file>
<file>resources/icon/ic_lens_black_48dp.png</file>
<file>resources/icon/ic_menu_black_48dp.png</file>
<file>resources/icon/ic_more_vert_black_48dp.png</file>
<file>resources/icon/ic_panorama_fisheye_black_48dp.png</file>
<file>resources/icon/ic_people_outline_black_48dp.png</file>
<file>resources/icon/ic_radio_button_on_black_48dp.png</file>
<file>resources/icon/ic_remove_circle_outline_black_48dp.png</file>
<file>resources/icon/ic_reply_black_48dp.png</file>
<file>resources/icon/ic_undo_black_48dp.png</file>
<file>resources/icon/ic_visibility_black_48dp.png</file>
</qresource>
<qresource prefix="/sound">
<file>resources/sound/Select.wav</file>
<file>resources/sound/drog.wav</file>
<file>resources/sound/forbidden.wav</file>
<file>resources/sound/loss.wav</file>
<file>resources/sound/move.wav</file>
<file>resources/sound/newgame.wav</file>
<file>resources/sound/win.wav</file>
<file>resources/sound/warning.wav</file>
<file>resources/sound/BlockMill_B.wav</file>
<file>resources/sound/BlockMill_W.wav</file>
<file>resources/sound/Remove_B.wav</file>
<file>resources/sound/Remove_W.wav</file>
<file>resources/sound/Draw.wav</file>
<file>resources/sound/GameStart.wav</file>
<file>resources/sound/Mill_B.wav</file>
<file>resources/sound/Mill_W.wav</file>
<file>resources/sound/MillRepeatly_B.wav</file>
<file>resources/sound/MillRepeatly_W.wav</file>
<file>resources/sound/NextMill_B.wav</file>
<file>resources/sound/NextMill_W.wav</file>
<file>resources/sound/Obvious.wav</file>
<file>resources/sound/RepeatThreeDraw.wav</file>
<file>resources/sound/Side_B.wav</file>
<file>resources/sound/Side_W.wav</file>
<file>resources/sound/Star_B.wav</file>
<file>resources/sound/Star_W.wav</file>
<file>resources/sound/Suffocated_B.wav</file>
<file>resources/sound/Suffocated_W.wav</file>
<file>resources/sound/Vantage.wav</file>
<file>resources/sound/Very.wav</file>
<file>resources/sound/Win_B.wav</file>
<file>resources/sound/Win_W.wav</file>
<file>resources/sound/WinsAndLossesAreObvious.wav</file>
<file>resources/sound/Resign_B.wav</file>
<file>resources/sound/Resign_W.wav</file>
</qresource>
</RCC>