Hi all, in my app I need to open a document (PDF) with the default application to view this kind of docs in the system. I've tried calling QProcess:start() with the path of the doc but it doesn't works. Could you tell me how to do it? Thanks.