forked from UAVGCSTeam/GCS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQtMap.qrc
More file actions
27 lines (27 loc) · 910 Bytes
/
QtMap.qrc
File metadata and controls
27 lines (27 loc) · 910 Bytes
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
<RCC>
<qresource prefix="/">
<file>QmlMap.qml</file>
<file>main.qml</file>
<file>coordinates.js</file>
<file>MapDisplayTypeButton.qml</file>
<file>DroneTrackingPanel.qml</file>
<file>DroneStatusPanel.qml</file>
<file>manageDroneWindow.qml</file>
<file>armWindow.qml</file>
<file>coordinateNavigationWindow.qml</file>
<file>goHomeLandingWindow.qml</file>
<file>takeOffWindow.qml</file>
</qresource>
<qresource prefix="/resources">
<file>mappin.svg</file>
<file>cppLOGO.svg</file>
<file>droneStatusSVG.svg</file>
<file>droneSVG.svg</file>
<file>fireSVG.svg</file>
<file>droneMapIconSVG.svg</file>
</qresource>
<qresource prefix="/gcsStyle">
<file>panelStyle.qml</file>
<file>qmldir</file>
</qresource>
</RCC>