QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GuidedActionPause.qml
Go to the documentation of this file.
1
import QGroundControl
2
import QGroundControl.FlyView
3
4
GuidedToolStripAction {
5
text: _guidedController.pauseTitle
6
iconSource: "/res/pause-mission.svg"
7
visible: _guidedController.showPause
8
enabled: _guidedController.showPause
9
actionID: _guidedController.actionPause
10
}
src
FlyView
GuidedActionPause.qml
Generated by
1.9.8