QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
FlyViewAdditionalCustomActionsList.qml
Go to the documentation of this file.
1
import QtQuick
2
3
// Custom builds can override this resource to add additional custom actions
4
Item {
5
visible: false
6
7
property var guidedController
8
9
property bool anyActionAvailable: {
10
for (var i = 0; i < model.length; i++) {
11
if (model[i].visible)
12
return true
13
}
14
15
return false
16
}
17
18
property var model: [ ]
19
}
src
FlyView
FlyViewAdditionalCustomActionsList.qml
Generated by
1.9.8