// We use an ExclusiveGroup to maintain the visibility of a single editing control at a time
ExclusiveGroup{
id:exclusiveEditorGroup
}
Column{
anchors.fill:parent
QGCLabel{
text:"PARAMETER EDITOR"
font.pointSize:screenTools.fontPointFactor*(20)
}
Item{
height:20
width:5
}
QGCLabel{
id:infoLabel
width:parent.width
wrapMode:Text.WordWrap
text:"Click a parameter value to modify. Right-click for additional options. Values which have been modified from the default are shown in orange. Use caution when modifying parameters here since the values are not checked for validity."