_sendError(VehicleError,QString("Vehicle returned error: %1. Vehicle did not accept guided item.").arg(_missionResultToString((MAV_MISSION_RESULT)missionAck.type)));
text:activeVehicle?(activeVehicle.armed?"Do you want to disarm? This will cut power to all motors.":"Do you want to arm? This will enable all motors."):""
onYes:{
activeVehicle.armed=!activeVehicle.armed
armDialog.visible=false
}
}
}
/*
property var colorOrangeText: (qgcPal.globalTheme === QGCPalette.Light) ? "#b75711" : "#ea8225"
property var colorRedText: (qgcPal.globalTheme === QGCPalette.Light) ? "#ee1112" : "#ef2526"