-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
47 lines (47 loc) · 2.61 KB
/
qml.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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>QML/Components/OrderPages/WeighingScale.qml</file>
<file>QML/ApplicationCore/Style/Images.qml</file>
<file>QML/ApplicationCore/Style/Interface.qml</file>
<file>QML/ApplicationCore/Style/Themes.qml</file>
<file>QML/ApplicationCore/Style/qmldir</file>
<file>QML/ApplicationCore/Style/Themes/Dark.qml</file>
<file>QML/ComponentsCore/Shapes/RoundedRectangle.qml</file>
<file>QML/ComponentsCore/Buttons/HorizontalViewButton.qml</file>
<file>QML/ComponentsCore/Buttons/VerticalViewButton.qml</file>
<file>QML/ComponentsCore/Buttons/ToggleButton.qml</file>
<file>QML/ComponentsCore/Shapes/VerticalLine.qml</file>
<file>QML/ComponentsCore/Shapes/HorizontalLine.qml</file>
<file>QML/ComponentsCore/Buttons/SquareIcon.qml</file>
<file>QML/ComponentsCore/Views/AppListView.qml</file>
<file>QML/Components/OrderPages/OrdersDelegate.qml</file>
<file>QML/Components/OrderPages/OrderSectionDelegate.qml</file>
<file>QML/Screens/OrderList.qml</file>
<file>QML/Components/OrderPages/IngredientsDelegate.qml</file>
<file>QML/Screens/IngredientsPage.qml</file>
<file>QML/MainPages/MainOrdersPage.qml</file>
<file>QML/Components/OrderPages/IngredientSectionDelegate.qml</file>
<file>QML/Components/OptionPages/RightOptionsBar.qml</file>
<file>QML/MainPages/RightBar.qml</file>
<file>QML/Screens/Settings.qml</file>
<file>QML/Screens/RecentTabsList.qml</file>
<file>QML/Components/OrderPages/RecentTabsDelegate.qml</file>
<file>QML/Components/OrderPages/ItemsDelegate.qml</file>
<file>QML/Screens/ItemsList.qml</file>
<file>QML/Screens/PlanViewList.qml</file>
<file>QML/Components/OrderPages/PlanningDelegate.qml</file>
<file>QML/Components/OrderPages/ProcessPlanDelegate.qml</file>
<file>QML/Screens/PlanViewItemList.qml</file>
<file>QML/Components/OrderPages/PlanViewItemDelegate.qml</file>
<file>QML/MainPages/TopBar.qml</file>
<file>QML/MainPages/LoginPage.qml</file>
<file>QML/Components/OrderPages/OrderOptions.qml</file>
<file>QML/ComponentsCore/Views/DialogView.qml</file>
<file>QML/Components/OptionPages/ReprintDialog.qml</file>
<file>QML/Components/OptionPages/DeleteIngredientDialog.qml</file>
<file>QML/Components/OptionPages/RepackDialog.qml</file>
<file>QML/Screens/RecentTabsPlanViewList.qml</file>
<file>QML/Screens/PlanningItemsList.qml</file>
</qresource>
</RCC>