pendingtext:"Receiving signal. Perform range test & confirm."
pendingtext:"Receiving signal. Perform range test & confirm."
@ -146,7 +146,7 @@ Item {
}
}
}
}
}
}
QGCCheckListItem{
PreFlightCheckButton{
id: buttonEstimator
id: buttonEstimator
name:"Global position estimate"
name:"Global position estimate"
functionupdateItem(){
functionupdateItem(){
@ -164,25 +164,25 @@ Item {
//Checklistitemgroup1-Requirearming
//Checklistitemgroup1-Requirearming
QGCLabel{text:qsTr("<i>Please arm the vehicle here.</i>");opacity:0.2+0.8*(QGroundControl.multiVehicleManager.vehicles.count>0);anchors.horizontalCenter:buttonHardware.horizontalCenter;anchors.topMargin:40;anchors.bottomMargin:40;}
QGCLabel{text:qsTr("<i>Please arm the vehicle here.</i>");opacity:0.2+0.8*(QGroundControl.multiVehicleManager.vehicles.count>0);anchors.horizontalCenter:buttonHardware.horizontalCenter;anchors.topMargin:40;anchors.bottomMargin:40;}
QGCCheckListItem{
PreFlightCheckButton{
id: buttonActuators
id: buttonActuators
name:"Actuators"
name:"Actuators"
group:1
group:1
defaulttext:"Move all control surfaces. Did they work properly?"
defaulttext:"Move all control surfaces. Did they work properly?"
}
}
QGCCheckListItem{
PreFlightCheckButton{
id: buttonMotors
id: buttonMotors
name:"Motors"
name:"Motors"
group:1
group:1
defaulttext:"Propellers free? Then throttle up gently. Working properly?"
defaulttext:"Propellers free? Then throttle up gently. Working properly?"
}
}
QGCCheckListItem{
PreFlightCheckButton{
id: buttonMission
id: buttonMission
name:"Mission"
name:"Mission"
group:1
group:1
defaulttext:"Please confirm mission is valid (waypoints valid, no terrain collision)."
defaulttext:"Please confirm mission is valid (waypoints valid, no terrain collision)."
}
}
QGCCheckListItem{
PreFlightCheckButton{
id: buttonSoundOutput
id: buttonSoundOutput
name:"Sound output"
name:"Sound output"
group:1
group:1
@ -204,21 +204,21 @@ Item {
//Checklistitemgroup2-Finalchecksbeforelaunch
//Checklistitemgroup2-Finalchecksbeforelaunch
QGCLabel{text:qsTr("<i>Last preparations before launch</i>");opacity :0.2+0.8*(_checkState>=2);anchors.horizontalCenter:buttonHardware.horizontalCenter}
QGCLabel{text:qsTr("<i>Last preparations before launch</i>");opacity :0.2+0.8*(_checkState>=2);anchors.horizontalCenter:buttonHardware.horizontalCenter}