5import QGroundControl.Controls
8 property alias label: _labelLabel.text
9 property alias labelText: _label.text
10 property real labelPreferredWidth: -1
12 spacing: ScreenTools.defaultFontPixelWidth * 2
16 Layout.fillWidth: true
17 Layout.minimumWidth: implicitWidth
22 Layout.preferredWidth: labelPreferredWidth