Have you tried adding http:// in front of the url? I had no problem using
Qt Code:
  1. webView->load(QUrl("http://foouser@tt.com"));
To copy to clipboard, switch view to plain text mode 
without escaping the "at" sing.