/**************************************************************************** * * (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. * ****************************************************************************/importQGroundControl1.0importQGroundControl.Controls1.0ToolStripAction{text:qsTr("Checklist")iconSource:"/qmlimages/check.svg"visible:_useChecklistenabled:_useChecklist&&_activeVehicle&&!_activeVehicle.armedpropertyvar_activeVehicle:QGroundControl.multiVehicleManager.activeVehiclepropertybool_useChecklist:QGroundControl.settingsManager.appSettings.useChecklist.rawValue&&QGroundControl.corePlugin.options.preFlightChecklistUrl.toString().length}