-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresources.qrc
39 lines (39 loc) · 2.3 KB
/
resources.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
<RCC>
<qresource prefix="/glyphs/phone1">
<file alias="led_1">resources/glyphs/phone1/led_1.svg</file>
<file alias="led_2">resources/glyphs/phone1/led_2.svg</file>
<file alias="led_3_zones">resources/glyphs/phone1/led_3_zones.svg</file>
<file alias="led_4_zones">resources/glyphs/phone1/led_4_zones.svg</file>
<file alias="led_5">resources/glyphs/phone1/led_5.svg</file>
</qresource>
<qresource prefix="/glyphs/phone2">
<file alias="led_a1">resources/glyphs/phone2/led_a1.svg</file>
<file alias="led_a2">resources/glyphs/phone2/led_a2.svg</file>
<file alias="led_b">resources/glyphs/phone2/led_b.svg</file>
<file alias="led_c1_zones">resources/glyphs/phone2/led_c1_zones.svg</file>
<file alias="led_c2">resources/glyphs/phone2/led_c2.svg</file>
<file alias="led_c3">resources/glyphs/phone2/led_c3.svg</file>
<file alias="led_c4">resources/glyphs/phone2/led_c4.svg</file>
<file alias="led_c5">resources/glyphs/phone2/led_c5.svg</file>
<file alias="led_c6">resources/glyphs/phone2/led_c6.svg</file>
<file alias="led_d_zones">resources/glyphs/phone2/led_d_zones.svg</file>
<file alias="led_e">resources/glyphs/phone2/led_e.svg</file>
</qresource>
<qresource prefix="/glyphs/phone2a">
<file alias="led_a_zones">resources/glyphs/phone2a/led_a_zones.svg</file>
<file alias="led_b">resources/glyphs/phone2a/led_b.svg</file>
<file alias="led_c">resources/glyphs/phone2a/led_c.svg</file>
<file alias="center_part">resources/glyphs/phone2a/center_part.svg</file>
</qresource>
<qresource prefix="/icons">
<file alias="media_pause">resources/icons/media/media_pause.svg</file>
<file alias="media_play">resources/icons/media/media_play.svg</file>
</qresource>
<qresource prefix="/icons/appicon">
<file alias="16x16">resources/icons/appicon/GlyphVisualizer 16x16.png</file>
<file alias="32x32">resources/icons/appicon/GlyphVisualizer 32x32.png</file>
<file alias="48x48">resources/icons/appicon/GlyphVisualizer 48x48.png</file>
<file alias="256x256">resources/icons/appicon/GlyphVisualizer 256x256.png</file>
<file alias="512x512">resources/icons/appicon/GlyphVisualizer 512x512.png</file>
</qresource>
</RCC>