5import QGroundControl.Controls
8 property alias label: label.text
9 property alias from: slider.from
10 property alias to: slider.to
11 property real sliderPreferredWidth: -1
13 spacing: ScreenTools.defaultFontPixelWidth * 2
17 Layout.fillWidth: true
22 Layout.preferredWidth: sliderPreferredWidth