Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
None
Description
It would be useful to have way to register an application as a file handler and url handler.
For example, adding the following methods to Desktop services:
registerAppForFileType(QString mimeType, QString path = QCoreApplication::applicationFilePath()) // register the application pointed by path to open the file of type mimeType
Similarily, the application could be registered for URI Scheme:
registerAppForUrlScheme(QString scheme, QString path = QCoreApplication::applicationFilePath())