-
Notifications
You must be signed in to change notification settings - Fork 0
/
qml.qrc
30 lines (30 loc) · 1.29 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>main.qml</file>
<file>ui/RightPanel/RightPanel.qml</file>
<file>ui/assets/11.png</file>
<file>ui/assets/neostellar-logo.png</file>
<file>ui/assets/padlock.png</file>
<file>ui/assets/padlock-unlock.png</file>
<file>ui/assets/plane.png</file>
<file>ui/assets/ui-current.png</file>
<file>ui/assets/car3.png</file>
<file>ui/assets/plane_selected.png</file>
<file>ui/BottomPanel/BottomPanel.qml</file>
<file>ui/PopupPanel/PopupPanel.qml</file>
<file>ui/TopPanel/TopPanel.qml</file>
<file>ui/DrawerPanel/DrawerPanel.qml</file>
<file>ui/VideoPanel/VideoPanel.qml</file>
<file>ui/assets/marker.png</file>
<file>ui/NotificationPanel/NotificationPanel.qml</file>
<file>ui/HorizonPanel/InstrumentBackground.qml</file>
<file>ui/HorizonPanel/ArtificialHorizon.qml</file>
<file>ui/HorizonPanel/TickMark.qml</file>
<file>ui/HorizonPanel/HorizonPanel.qml</file>
<file>ui/Indicators/CustomImage.qml</file>
<file>ui/assets/hi_case.svg</file>
<file>ui/assets/hi_face.svg</file>
<file>ui/assets/hi.svg</file>
<file>ui/Indicators/HdgIndicator/HdgIndicator.qml</file>
</qresource>
</RCC>