5import QGroundControl.Controls
6import QGroundControl.FlyView
10 Layout.alignment: Qt.AlignBottom
11 extraWidth: instrumentPanel.extraValuesWidth
12 settingsGroup: factValueGrid.telemetryBarSettingsGroup
13 specificVehicleForCard: null // Tracks active vehicle
16 FlyViewInstrumentPanel {
18 Layout.alignment: Qt.AlignBottom
19 visible: QGroundControl.corePlugin.options.flyView.showInstrumentPanel && _showSingleVehicleUI