forked from communi/communi-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommuni.qrc
54 lines (49 loc) · 2.07 KB
/
communi.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
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file alias="communi-16.png">images/icons/16x16/apps/communi.png</file>
<file alias="communi-24.png">images/icons/24x24/apps/communi.png</file>
<file alias="communi-32.png">images/icons/32x32/apps/communi.png</file>
<file alias="communi-48.png">images/icons/48x48/apps/communi.png</file>
<file alias="communi-64.png">images/icons/64x64/apps/communi.png</file>
<file alias="communi-128.png">images/icons/128x128/apps/communi.png</file>
<file alias="communi-256.png">images/icons/256x256/apps/communi.png</file>
<file alias="communi-512.png">images/icons/512x512/apps/communi.png</file>
<file>images/black/close.png</file>
<file>images/black/menu.png</file>
<file>images/black/refresh.png</file>
<file>images/black/down.png</file>
<file>images/black/left.png</file>
<file>images/black/right.png</file>
<file>images/black/spinner.png</file>
<file>images/black/up.png</file>
<file>images/black/pause.png</file>
<file>images/gray/close.png</file>
<file>images/gray/menu.png</file>
<file>images/gray/refresh.png</file>
<file>images/gray/down.png</file>
<file>images/gray/left.png</file>
<file>images/gray/right.png</file>
<file>images/gray/spinner.png</file>
<file>images/gray/up.png</file>
<file>images/gray/pause.png</file>
<file>images/white/close.png</file>
<file>images/white/menu.png</file>
<file>images/white/refresh.png</file>
<file>images/white/down.png</file>
<file>images/white/left.png</file>
<file>images/white/right.png</file>
<file>images/white/spinner.png</file>
<file>images/white/up.png</file>
<file>images/white/pause.png</file>
<file>images/tray/black/black.png</file>
<file>images/tray/black/blue.png</file>
<file>images/tray/black/gray.png</file>
<file>images/tray/black/transparent.png</file>
<file>images/tray/black/white.png</file>
<file>images/tray/white/black.png</file>
<file>images/tray/white/blue.png</file>
<file>images/tray/white/gray.png</file>
<file>images/tray/white/transparent.png</file>
<file>images/tray/white/white.png</file>
</qresource>
</RCC>