QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GuidedActionTakeoff.qml
Go to the documentation of this file.
1import QGroundControl
2import QGroundControl.FlyView
3
4GuidedToolStripAction {
5 text: _guidedController.takeoffTitle
6 iconSource: "/res/takeoff.svg"
7 visible: _guidedController.showTakeoff || !_guidedController.showLand
8 enabled: _guidedController.showTakeoff
9 actionID: _guidedController.actionTakeoff
10}