4import QGroundControl.Controls
5import QGroundControl.Toolbar
8 implicitWidth: mainLayout.width + _widthMargin
10 property var _activeVehicle: QGroundControl.multiVehicleManager.activeVehicle
11 property real _toolIndicatorMargins: ScreenTools.defaultFontPixelHeight * 0.66
12 property real _widthMargin: _toolIndicatorMargins * 2
16 anchors.margins: _toolIndicatorMargins
17 anchors.left: parent.left
18 anchors.top: parent.top
19 anchors.bottom: parent.bottom
20 spacing: ScreenTools.defaultFontPixelWidth * 1.75
24 model: QGroundControl.corePlugin.toolBarIndicators
26 anchors.top: parent.top
27 anchors.bottom: parent.bottom
29 visible: item.showIndicator
34 id: toolIndicatorsRepeater
35 model: _activeVehicle ? _activeVehicle.toolIndicators : []
38 anchors.top: parent.top
39 anchors.bottom: parent.bottom
41 visible: item.showIndicator