qmldir 1.21 KB
Newer Older
1
Module QGroundControl.FlightMap
dogmaphobic's avatar
dogmaphobic committed
2

3
# Main view controls
4 5
FlightMap           1.0 FlightMap.qml
QGCVideoBackground  1.0 QGCVideoBackground.qml
6 7

# Widgets
8 9
CenterMapDropButton     1.0 CenterMapDropButton.qml
CenterMapDropPanel      1.0 CenterMapDropPanel.qml
10
CompassRing             1.0 CompassRing.qml
11 12 13 14 15 16 17 18
InstrumentSwipeView     1.0 InstrumentSwipeView.qml
MapFitFunctions         1.0 MapFitFunctions.qml
MapScale                1.0 MapScale.qml
QGCArtificialHorizon    1.0 QGCArtificialHorizon.qml
QGCAttitudeHUD          1.0 QGCAttitudeHUD.qml
QGCAttitudeWidget       1.0 QGCAttitudeWidget.qml
QGCCompassWidget        1.0 QGCCompassWidget.qml
QGCPitchIndicator       1.0 QGCPitchIndicator.qml
19

20
# Map items
21
CameraTriggerIndicator      1.0 CameraTriggerIndicator.qml
22
CustomMapItems              1.0 CustomMapItems.qml
23 24 25 26
MissionItemIndicator        1.0 MissionItemIndicator.qml
MissionItemIndicatorDrag    1.0 MissionItemIndicatorDrag.qml
MissionItemView             1.0 MissionItemView.qml
MissionLineView             1.0 MissionLineView.qml
Don Gagne's avatar
Don Gagne committed
27
PlanMapItems                1.0 PlanMapItems.qml
28
WimaPlanMapItems            1.0 WimaPlanMapItems.qml
29 30
PolygonEditor               1.0 PolygonEditor.qml
VehicleMapItem              1.0 VehicleMapItem.qml