messagePanelText=vehicleComponent.prerequisiteSetup+" setup must be completed prior to "+vehicleComponent.name+" setup."
_messagePanelText=vehicleComponent.prerequisiteSetup+" setup must be completed prior to "+vehicleComponent.name+" setup."
panelLoader.sourceComponent=messagePanelComponent
panelLoader.sourceComponent=messagePanelComponent
}else{
}else{
panelLoader.source=vehicleComponent.setupSource
panelLoader.source=vehicleComponent.setupSource
@ -122,20 +118,20 @@ Rectangle {
id: disconnectedVehicleSummaryComponent
id: disconnectedVehicleSummaryComponent
Rectangle{
Rectangle{
color:palette.windowShade
color:qgcPal.windowShade
QGCLabel{
QGCLabel{
anchors.margins:defaultTextWidth*2
anchors.margins:_defaultTextWidth*2
anchors.fill:parent
anchors.fill:parent
verticalAlignment:Text.AlignVCenter
verticalAlignment:Text.AlignVCenter
horizontalAlignment:Text.AlignHCenter
horizontalAlignment:Text.AlignHCenter
wrapMode:Text.WordWrap
wrapMode:Text.WordWrap
font.pixelSize:ScreenTools.mediumFontPixelSize
font.pixelSize:ScreenTools.mediumFontPixelSize
text:"Welcome to QGroundControl. "+
text:"Welcome to QGroundControl. "+
"QGroundControl supports any <font color=\"orange\"><a href=\"http://www.qgroundcontrol.org/mavlink/start\">mavlink</a></font> enabled vehicle. "+
"QGroundControl supports any <font color=\"orange\"><a href=\"http://www.qgroundcontrol.org/mavlink/start\">mavlink</a></font> enabled vehicle. "+
"If you are using the <font color=\"orange\"><a href=\"https://pixhawk.org/choice\">PX4 Flight Stack</a></font>, you also get full support for setting up and calibrating your vehicle. "+
"If you are using the <font color=\"orange\"><a href=\"https://pixhawk.org/choice\">PX4 Flight Stack</a></font>, you also get full support for setting up and calibrating your vehicle. "+
"Otherwise you will only get support for flying a vehicle which has been setup and calibrated using other means. "+
"Otherwise you will only get support for flying a vehicle which has been setup and calibrated using other means. "+
"Use the Connect button above to connect to your vehicle."
"Use the Connect button above to connect to your vehicle."
onLinkActivated:Qt.openUrlExternally(link)
onLinkActivated:Qt.openUrlExternally(link)
}
}
@ -146,17 +142,17 @@ Rectangle {
id: missingParametersVehicleSummaryComponent
id: missingParametersVehicleSummaryComponent
Rectangle{
Rectangle{
color:palette.windowShade
color:qgcPal.windowShade
QGCLabel{
QGCLabel{
anchors.margins:defaultTextWidth*2
anchors.margins:_defaultTextWidth*2
anchors.fill:parent
anchors.fill:parent
verticalAlignment:Text.AlignVCenter
verticalAlignment:Text.AlignVCenter
horizontalAlignment:Text.AlignHCenter
horizontalAlignment:Text.AlignHCenter
wrapMode:Text.WordWrap
wrapMode:Text.WordWrap
font.pixelSize:ScreenTools.mediumFontPixelSize
font.pixelSize:ScreenTools.mediumFontPixelSize
text:"You are currently connected to a vehicle, but that vehicle did not return back the full parameter list. "+
text:"You are currently connected to a vehicle, but that vehicle did not return back the full parameter list. "+
"Because of this the full set of vehicle setup options are not available."
"Because of this the full set of vehicle setup options are not available."