-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathqml.qrc
More file actions
34 lines (34 loc) · 1.34 KB
/
Copy pathqml.qrc
File metadata and controls
34 lines (34 loc) · 1.34 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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>fonts/Font Awesome 5 Brands-Regular-400.otf</file>
<file>fonts/Font Awesome 5 Free-Regular-400.otf</file>
<file>fonts/Font Awesome 5 Free-Solid-900.otf</file>
<file>fonts/Font Awesome 5 Pro-Light-300.otf</file>
<file>fonts/Font Awesome 5 Pro-Regular-400.otf</file>
<file>fonts/Font Awesome 5 Pro-Solid-900.otf</file>
<file>fonts/Nunito-Bold.ttf</file>
<file>fonts/Nunito-Light.ttf</file>
<file>fonts/Nunito-Medium.ttf</file>
<file>fonts/Nunito-Regular.ttf</file>
<file>Images/add.svg</file>
<file>Images/airdrop.svg</file>
<file>Images/airplane.svg</file>
<file>Images/archive-add.svg</file>
<file>Images/arrow-down.svg</file>
<file>Images/arrow-up.svg</file>
<file>Images/arrow.svg</file>
<file>Images/eye-off.svg</file>
<file>Images/eye-on.svg</file>
<file>Images/moon.svg</file>
<file>Images/sun.svg</file>
<file>Images/tick.svg</file>
<file>AppStyle.qml</file>
<file>FontStyle.qml</file>
<file>CustomTextField.qml</file>
<file>CustomButton.qml</file>
<file>CustomDropDown.qml</file>
<file>qtquickcontrols2.conf</file>
<file>CustomSwitch.qml</file>
</qresource>
</RCC>