Is there a Qt interface to get the system's default browser?
I want to open a file://
url explicitly in a browser instead of the system's default application, so QDesktopServices::openUrl is not the way because of
If the URL is a reference to a local file (i.e., the URL scheme is "file") then it will be opened with a suitable application instead of a Web browser.