blob: 177a80ecefe2092b3f7a4e7776e63ab166ac2edb (
plain)
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
|
<RCC>
<qresource prefix="/">
<!-- used as window icon -->
<file>../images/mask-icon.png</file>
<file>../images/menubar-mask-icon.png</file>
<!-- round status icons -->
<file>../images/black/off.svg</file>
<file>../images/black/on.svg</file>
<file>../images/black/question.svg</file>
<file>../images/black/wait.svg</file>
<file>../images/black/22/off.png</file>
<file>../images/black/22/on.png</file>
<file>../images/black/22/question.png</file>
<file>../images/black/22/wait.png</file>
<file>../images/white/off.svg</file>
<file>../images/white/on.svg</file>
<file>../images/white/question.svg</file>
<file>../images/white/wait.svg</file>
<file>../images/white/22/off.png</file>
<file>../images/white/22/on.png</file>
<file>../images/white/22/question.png</file>
<file>../images/white/22/wait.png</file>
<!-- used by login -->
<file>../images/black/32/user.png</file>
<!-- used by eip status -->
<file>../images/black/32/earth.png</file>
<file>../images/black/32/arrow-down.png</file>
<file>../images/black/32/arrow-up.png</file>
<!-- used by email status -->
<file>../images/black/32/email.png</file>
</qresource>
</RCC>
|