Hi,

I would like to write a very simple application that would handle/hook the clics on :mailto links under Windows, and open the FreFox navigator instead of the default mail client.

The links I want to handle are thoses of other applications, and if possible thoses of the web navigator. I know how to call Firefox (QDesktop or QProcess) but I've no idea about detecting a clic on a :mailto link, no more than how to cancel the default mail client opening.

Is it possible to do it with Qt ?

Thanks for your help