text:"Your vehicle is using a custom airframe configuration. "+
"This configuration can only be modified through the Parameter Editor.\n\n"+
"If you want to Reset your airframe configuration and select a standard configuration, click 'Reset' above."
signalhideDialog
Fact{id:sys_autostart;name:"SYS_AUTOSTART"}
functionaccept(){
sys_autostart.value=0
customConfigPanel.hideDialog()
}
}
}
}
Item{height:20;width:10}// spacer
Rectangle{
anchors.fill:parent
QGCPalette{id:qgcPal;colorGroupEnabled:true}
color:qgcPal.window
QGCLabel{
id:header
width:parent.width
font.pointSize:20
text:"AIRFRAME CONFIG"
}
Row{
Item{
width:parent.width
id:headingSpacer
anchors.top:header.bottom
height:20
width:20
}
QGCLabel{
QGCLabel{
width:parent.width-applyButton.width
anchors.top:headingSpacer.bottom
text:"Select you airframe type and specific vehicle bellow. Click 'Apply and Restart' when ready and your vehicle will be disconnected, rebooted to the new settings and re-connected."
width:parent.width-applyButton.width-5
wrapMode:Text.WordWrap
text:"Select you airframe type and specific vehicle bellow. Click 'Apply and Restart' when ready and your vehicle will be disconnected, rebooted to the new settings and re-connected."