/**************************************************************************** * * (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * ****************************************************************************/importQtQuick2.12importQGroundControl1.0importQGroundControl.Airspace1.0importQGroundControl.Airmap1.0importQGroundControl.Controls1.0importQGroundControl.ScreenTools1.0// This control contains the instruments as well and the instrument pages which include values, camera, ...Column{id:_rootspacing:_toolsMarginz:QGroundControl.zOrderWidgetspropertyrealavailableHeightAirspaceControl{id:airspaceControlwidth:parent.widthplanView:falsevisible:QGroundControl.airmapSupported?QGroundControl.settingsManager.airMapSettings.enableAirMap.rawValue:false}FlightDisplayViewWidgets{id:flightDisplayViewWidgetswidth:parent.widthmissionController:_missionController}}