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
name:"Actuators"
group:1
defaulttext:"Move all control surfaces. Did they work properly?"
}
QGCCheckListItem{
PreFlightCheckButton{
id: buttonMotors
name:"Motors"
group:1
defaulttext:"Propellers free? Then throttle up gently. Working properly?"
}
QGCCheckListItem{
PreFlightCheckButton{
id: buttonMission
name:"Mission"
group:1
defaulttext:"Please confirm mission is valid (waypoints valid, no terrain collision)."
QGCLabel{text:qsTr("<i>Last preparations before launch</i>");opacity :0.2+0.8*(_checkState>=2);anchors.horizontalCenter:buttonHardware.horizontalCenter}