/**************************************************************************** * * (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. * ****************************************************************************/importQtQml.Models2.12importQGroundControl1.0importQGroundControl.Controls1.0ToolStripActionList{id:_rootsignaldisplayPreFlightChecklistmodel:[ToolStripAction{text:qsTr("Plan")iconSource:"/qmlimages/Plan.svg"onTriggered:mainWindow.showPlanView()},PreFlightCheckListShowAction{onTriggered:displayPreFlightChecklist()},GuidedActionTakeoff{},GuidedActionLand{},GuidedActionRTL{},GuidedActionPause{},GuidedActionActionList{}]}