2import QGroundControl.FlyView
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