forked from MrMLynch/PirateWallet-Lite
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathapplication.qrc
54 lines (54 loc) · 2.13 KB
/
application.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
<RCC>
<qresource prefix="/fonts">
<file>res/Ubuntu-R.ttf</file>
</qresource>
<qresource prefix="/icons">
<file>res/connected.gif</file>
<file>res/loading.svg</file>
<file>res/paymentreq.svg</file>
<file>res/logo.ico</file>
</qresource>
<qresource prefix="img">
<file>res/logo.png</file>
</qresource>
<qresource prefix="/translations">
<file>res/arrr_qt_wallet_es.qm</file>
<file>res/arrr_qt_wallet_fr.qm</file>
<file>res/arrr_qt_wallet_pt.qm</file>
<file>res/arrr_qt_wallet_it.qm</file>
<file>res/arrr_qt_wallet_zh.qm</file>
<file>res/arrr_qt_wallet_tr.qm</file>
</qresource>
<qresource prefix="/css">
<file>res/css/blue.css</file>
<file>res/css/dark.css</file>
<file>res/css/default.css</file>
<file>res/css/light.css</file>
<file>res/css/armada.css</file>
<file>res/css/ghostship.css</file>
<file>res/css/night.css</file>
<file>res/css/pirate.css</file>
<file>res/css/piratemap.css</file>
<file>res/css/treasure.css</file>
<file>res/css/treasuremap.css</file>
</qresource>
<qresource prefix="/images/blue">
<file>res/images/blue/unchecked.png</file>
<file>res/images/blue/checked.png</file>
<file>res/images/blue/blue_downArrow.png</file>
<file>res/images/blue/blue_downArrow_small.png</file>
<file>res/images/blue/blue_upArrow_small.png</file>
<file>res/images/blue/blue_leftArrow_small.png</file>
<file>res/images/blue/blue_rightArrow_small.png</file>
<file>res/images/blue/blue_qtreeview_selected.png</file>
</qresource>
<qresource prefix="backgrounds">
<file>res/images/backgrounds/armada.png</file>
<file>res/images/backgrounds/ghostship.png</file>
<file>res/images/backgrounds/night.png</file>
<file>res/images/backgrounds/pirate.png</file>
<file>res/images/backgrounds/piratemap.png</file>
<file>res/images/backgrounds/treasure.png</file>
<file>res/images/backgrounds/treasuremap.png</file>
</qresource>
</RCC>