Hello,

I'm sorry for ask something basic like this, but i searched all day and nor sure how do it...

there are any way to open an external file in default app from my OS?

eg:
Qt Code:
  1. QString s = qApp->applicationDirPath() + QDir::toNativeSeparators("/PDF_file.pdf");
  2. s.open();
  3. // or
  4. s.execute();
To copy to clipboard, switch view to plain text mode 

many thanks!
Juliano