QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GuidedActionLand.qml
Go to the documentation of this file.
1import QGroundControl
2import QGroundControl.FlyView
3
4GuidedToolStripAction {
5 text: _guidedController.landTitle
6 message: _guidedController.landMessage
7 iconSource: "/res/land.svg"
8 visible: _guidedController.showLand && !_guidedController.showTakeoff
9 enabled: _guidedController.showLand
10 actionID: _guidedController.actionLand
11}