-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathballsimages.qrc
29 lines (29 loc) · 1.27 KB
/
ballsimages.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
<RCC>
<qresource prefix="/">
<file>images/balls/blue01.png</file>
<file>images/balls/blue_left01.png</file>
<file>images/balls/blue_right01.png</file>
<file>images/balls/green01.png</file>
<file>images/balls/green_left01.png</file>
<file>images/balls/green_right01.png</file>
<file>images/balls/lock01.png</file>
<file>images/balls/purple01.png</file>
<file>images/balls/purple_left01.png</file>
<file>images/balls/purple_right01.png</file>
<file>images/balls/red01.png</file>
<file>images/balls/red_left01.png</file>
<file>images/balls/red_right01.png</file>
<file>images/balls/white01.png</file>
<file>images/balls/white_left01.png</file>
<file>images/balls/white_right01.png</file>
<file>images/balls/yellow01.png</file>
<file>images/balls/yellow_left01.png</file>
<file>images/balls/yellow_right01.png</file>
<file>images/balls/blue_small01.png</file>
<file>images/balls/green_small02.png</file>
<file>images/balls/purple_small01.png</file>
<file>images/balls/red_small01.png</file>
<file>images/balls/white_small01.png</file>
<file>images/balls/yellow_small01.png</file>
</qresource>
</RCC>