-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.qrc
More file actions
30 lines (28 loc) · 1.26 KB
/
components.qrc
File metadata and controls
30 lines (28 loc) · 1.26 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
<RCC>
<qresource prefix="/">
<file>Components/Button.qml</file>
<file>Components/Label.qml</file>
<file>Components/Controller.qml</file>
<file>Components/Switch.qml</file>
<file>Components/TextField.qml</file>
<file>Components/Container.qml</file>
<file>Components/Center.qml</file>
<file>Components/Select.qml</file>
<file>Components/AppCustom.qml</file>
<file>Components/App.qml</file>
<file>Components/Tabs.qml</file>
<file>Components/TabsView.qml</file>
<file>Utilitaries/Tabone.qml</file>
<file>Utilitaries/Tabtwo.qml</file>
<file>Components/TabRepeater.qml</file>
<file>Components/TabContent.qml</file>
<file>Components/Card.qml</file>
<file>Components/Slide.qml</file>
<file>Components/ProgressBar.qml</file>
<file>Components/fontawesome-free-5.10.2-desktop/otfs/Font Awesome 5 Free-Solid-900.otf</file>
<file>Components/fontawesome-free-5.10.2-desktop/otfs/Font Awesome 5 Free-Regular-400.otf</file>
<file>Components/fontawesome-free-5.10.2-desktop/otfs/Font Awesome 5 Brands-Regular-400.otf</file>
<!--<file>Components/ProgressBar.qml</file>-->
<file>Components/WindowDecoration.qml</file>
</qresource>
</RCC>