How to open a folder using default file explorer or any file using the default application for that file
-
wrote on 27 May 2012, 20:20 last edited by
I am writing a cross platform app, so is there any method for calling default application to open a file or I have to use QProcess for each file type.
-
wrote on 28 May 2012, 00:03 last edited by
All you need is
@
QDesktopServices::openUrl()
@ -
wrote on 28 May 2012, 09:09 last edited by
Thanks a lot! saved me a lot of code
1/3