-
Notifications
You must be signed in to change notification settings - Fork 4
/
ressources.qrc
29 lines (29 loc) · 1.11 KB
/
ressources.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>data/save.png</file>
<file>data/saveas.png</file>
<file>data/exportaspdf.png</file>
<file>data/exportashtml.png</file>
<file>data/print.png</file>
<file>data/open.png</file>
<file>data/new.png</file>
<file>data/default_en.fountain</file>
<file>data/bold.png</file>
<file>data/italic.png</file>
<file>data/underline.png</file>
<file>data/icon.png</file>
<file>fonts/Courier Prime Bold Italic.ttf</file>
<file>fonts/Courier Prime Bold.ttf</file>
<file>fonts/Courier Prime Italic.ttf</file>
<file>fonts/Courier Prime.ttf</file>
<file>locales/magicfountain_de.qm</file>
<file>locales/magicfountain_de.ts</file>
<file>locales/magicfountain_en.qm</file>
<file>locales/magicfountain_en.ts</file>
<file>locales/magicfountain_fr.qm</file>
<file>locales/magicfountain_fr.ts</file>
<file>data/default_fr.fountain</file>
<file>data/default_de.fountain</file>
<file>data/style.css</file>
</qresource>
</RCC>