qmldir 1.41 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 10 11 12 13 14 15 16 17 18 19 20 21
CenterMapDropButton         1.0 CenterMapDropButton.qml
CenterMapDropPanel          1.0 CenterMapDropPanel.qml
CompassRing                 1.0 CompassRing.qml
InstrumentSwipeView         1.0 InstrumentSwipeView.qml
InstrumentValue             1.0 InstrumentValue.qml
InstrumentValueEditDialog   1.0 InstrumentValueEditDialog.qml
MapFitFunctions             1.0 MapFitFunctions.qml
MapLineArrow                1.0 MapLineArrow.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
22

23
# Map items
24
CameraTriggerIndicator      1.0 CameraTriggerIndicator.qml
25
CustomMapItems              1.0 CustomMapItems.qml
26 27 28 29
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
30
PlanMapItems                1.0 PlanMapItems.qml
31
PolygonEditor               1.0 PolygonEditor.qml
32
SplitIndicator              1.0 SplitIndicator.qml
33
VehicleMapItem              1.0 VehicleMapItem.qml