forked from szymonwilczek/wavelength
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.qrc
More file actions
45 lines (38 loc) · 1.89 KB
/
resources.qrc
File metadata and controls
45 lines (38 loc) · 1.89 KB
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
<RCC>
<qresource prefix="/">
<!-- Ikony aplikacji -->
<file>resources/icons/wavelength_logo_upscaled.png</file>
<!-- Ikony SVG -->
<file>resources/icons/checkmark.svg</file>
<!-- Czcionki -->
<file>resources/fonts/BlenderPro/BlenderPro-Bold.ttf</file>
<file>resources/fonts/BlenderPro/BlenderPro-Medium.ttf</file>
<file>resources/fonts/BlenderPro/BlenderPro-Heavy.ttf</file>
<file>resources/fonts/Lato/Lato-Regular.ttf</file>
<file>resources/fonts/Lato/Lato-Bold.ttf</file>
<file>resources/fonts/Lato/Lato-Light.ttf</file>
<file>resources/fonts/Poppins/Poppins-Regular.ttf</file>
<file>resources/fonts/Poppins/Poppins-Bold.ttf</file>
<file>resources/fonts/Poppins/Poppins-Medium.ttf</file>
<!-- Resourcy dla warstw zabezpieczeń -->
<file>resources/security/fingerprint.svg</file>
<file>resources/security/handprint.svg</file>
<!-- Audio -->
<file>resources/sounds/Joy/JOI.wav</file>
<file>resources/sounds/Joy/JOImp3.mp3</file>
<file>resources/sounds/interface/bloop.mp3</file>
<file>resources/sounds/interface/boot_up.wav</file>
<file>resources/sounds/interface/shutdown.wav</file>
<file>resources/sounds/interface/button_click.wav</file>
<file>resources/sounds/interface/ptt_off.wav</file>
<file>resources/sounds/interface/ptt_on.wav</file>
<file>resources/sounds/interface/swoosh1.wav</file>
<file>resources/sounds/interface/swoosh2.wav</file>
<file>resources/sounds/interface/terminal_typing1.wav</file>
<file>resources/sounds/interface/terminal_typing2.wav</file>
</qresource>
<qresource prefix="/translations">
<file alias="en.json">resources/translations/en.json</file>
<file alias="pl.json">resources/translations/pl.json</file>
</qresource>
</RCC>