-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathqml.qrc
30 lines (30 loc) · 1.84 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
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>qml/ContentView/Buildings/BuildingsView.qml</file>
<file>qml/ContentView/Dashboard/StatusHistory/StatusHistory.qml</file>
<file>qml/ContentView/Dashboard/DashboardView.qml</file>
<file>qml/TopPanel/TopPanel.qml</file>
<file>qml/TopPanel/MenuButton.qml</file>
<file>qml/ContentView/ContentView.qml</file>
<file>qml/ContentView/Dashboard/StatusHistory/PieChartView.qml</file>
<file>qml/ContentView/Dashboard/StatusHistory/TrendChartView.qml</file>
<file>qml/ContentView/Dashboard/StatusHistory/StatusButton.qml</file>
<file>qml/ContentView/Dashboard/NotificationsView/NotificationsViewRow.qml</file>
<file>qml/ContentView/Dashboard/NotificationsView/NotificationsView.qml</file>
<file>qml/ContentView/Dashboard/NotificationsView/NotificationsFilter.qml</file>
<file>qml/ContentView/Dashboard/NotificationsView/DatePicker.qml</file>
<file>qml/ContentView/Buildings/NewBuilding/MapView.qml</file>
<file>qml/ContentView/Buildings/NewBuilding/NewBuildingMenu.qml</file>
<file>qml/ContentView/Buildings/BuildingDetails/BuildingDetails.qml</file>
<file>qml/ContentView/Buildings/BuildingDetails/BuildingPreview.qml</file>
<file>qml/ContentView/Buildings/BuildingDetails/ObjectPreview.qml</file>
<file>qml/ContentView/Buildings/BuildingDetails/BuildingObjectsList.qml</file>
<file>qml/Map/GlobalMap.qml</file>
<file>qml/CustomComponents/PanelButton.qml</file>
<file>qml/ContentView/Login/LoginView.qml</file>
<file>qml/ContentView/Login/LoginTextArea.qml</file>
<file>qml/ContentView/Buildings/BuildingDetails/TrendView.qml</file>
<file>qml/ContentView/Buildings/BuildingDetails/TrendChart.qml</file>
</qresource>
</RCC>