RegisterProtocolHandlerRequest QML Type
The RegisterProtocolHandlerRequest type enables accepting or rejecting requests from the registerProtocolHandler API. More...
Import Statement: | import QtWebEngine 1.10 |
Since: | QtWebEngine 1.7 |
Instantiates: | QWebEngineRegisterProtocolHandlerRequest |
Properties
Methods
Detailed Description
See also WebEngineView::registerProtocolHandlerRequested().
Property Documentation
The URL template for the protocol handler.
This is the second parameter from the registerProtocolHandler call.
The URL scheme for the protocol handler.
This is the first parameter from the registerProtocolHandler call.
Method Documentation
Accepts the request.
Subsequent calls to accept() and reject() are ignored.
Accepts the request.
Subsequent calls to accept() and reject() are ignored.