-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathqml.qrc
More file actions
18 lines (18 loc) · 713 Bytes
/
qml.qrc
File metadata and controls
18 lines (18 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<RCC>
<qresource prefix="/">
<file>ui/main.qml</file>
<file>ui/View/Component/Header.qml</file>
<file>ui/View/Component/Footer.qml</file>
<file>ui/View/Component/HorizontalSpacer.qml</file>
<file>ui/View/Component/VerticalSpacer.qml</file>
<file>ui/View/Component/HorizontalLine.qml</file>
<file>ui/View/Component/VerticalLine.qml</file>
<file>ui/View/Component/FontSystem.qml</file>
<file>ui/View/Component/RadioCheck.qml</file>
<file>ui/View/Component/CircleButton.qml</file>
<file>ui/View/Component/TextView.qml</file>
<file>ui/View/hi/HiCalendarView.qml</file>
<file>ui/View/hi/MinDayView.qml</file>
<file>ui/View/hi/FullItemView.qml</file>
</qresource>
</RCC>