5import QGroundControl.Controls
6import QGroundControl.FactControls
9 property string label: fact ? fact.shortDescription : ""
10 property alias fact: _factTextField.fact
11 property real textFieldPreferredWidth: -1
12 property alias textFieldUnitsLabel: _factTextField.unitsLabel
13 property alias textFieldShowUnits: _factTextField.showUnits
14 property alias textFieldShowHelp: _factTextField.showHelp
15 property alias textField: _factTextField
17 spacing: ScreenTools.defaultFontPixelWidth * 2
20 Layout.fillWidth: true
21 Layout.minimumWidth: implicitWidth
28 Layout.preferredWidth: textFieldPreferredWidth