This probably works:

Qt Code:
  1. QString convertedBSTR((QChar*) bstr, wcslen(bstr));
To copy to clipboard, switch view to plain text mode 

Don't forget to free the BSTR, else you will get memory leaks!