This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
wallet.qrc
48 lines (48 loc) · 1.98 KB
/
wallet.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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>mainwallet.qml</file>
<file>qtquickcontrols2.conf</file>
<file>images/arrow.png</file>
<file>images/arrow@2x.png</file>
<file>images/arrow@3x.png</file>
<file>images/arrow@4x.png</file>
<file>images/arrows.png</file>
<file>images/arrows@2x.png</file>
<file>images/arrows@3x.png</file>
<file>images/arrows@4x.png</file>
<file>images/back.png</file>
<file>images/back@2x.png</file>
<file>images/back@3x.png</file>
<file>images/back@4x.png</file>
<file>images/drawer.png</file>
<file>images/drawer@2x.png</file>
<file>images/drawer@3x.png</file>
<file>images/drawer@4x.png</file>
<file>images/menu.png</file>
<file>images/menu@2x.png</file>
<file>images/menu@3x.png</file>
<file>images/menu@4x.png</file>
<file>images/+material/back.png</file>
<file>images/+material/back@2x.png</file>
<file>images/+material/back@3x.png</file>
<file>images/+material/back@4x.png</file>
<file>images/+material/drawer.png</file>
<file>images/+material/drawer@2x.png</file>
<file>images/+material/drawer@3x.png</file>
<file>images/+material/drawer@4x.png</file>
<file>images/+material/menu.png</file>
<file>images/+material/menu@2x.png</file>
<file>images/+material/menu@3x.png</file>
<file>images/+material/menu@4x.png</file>
<file>images/copy.svg</file>
<file>images/qt-logo.png</file>
<file>images/qt-logo@2x.png</file>
<file>images/qt-logo@3x.png</file>
<file>images/qt-logo@4x.png</file>
<file>images/dero-front-logo.png</file>
<file>images/dero-front-logo@2x.png</file>
<file>images/dero-front-logo@3x.png</file>
<file>images/dero-front-logo@4x.png</file>
</qresource>
</RCC>