Ok, I figured it out...

Qt Code:
  1. QString pathDocument = "test.csv";
  2. long result = (long)ShellExecute(0, 0, reinterpret_cast<const WCHAR*>(pathDocument.utf16()), 0, 0, SW_NORMAL);
To copy to clipboard, switch view to plain text mode