QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
FlyViewInstrumentPanel.qml
Go to the documentation of this file.
1import QtQuick
2
3import QGroundControl
4import QGroundControl.Controls
5
6SelectableControl {
7 z: QGroundControl.zOrderWidgets
8 selectionUIRightAnchor: true
9 selectedControl: QGroundControl.settingsManager.flyViewSettings.instrumentQmlFile2
10
11 property var missionController: _missionController
12 property real extraInset: innerControl.extraInset
13 property real extraValuesWidth: innerControl.extraValuesWidth
14}