RegisterProtocolHandlerRequest QML Type▲
-
Import Statement: import QtWebEngine
-
Since: QtWebEngine 1.7
-
Instantiates:: QWebEngineRegisterProtocolHandlerRequest
Detailed Description▲
Property Documentation▲
[read-only] origin : url▲
The URL template for the protocol handler.
This is the second parameter from the registerProtocolHandler call.
[read-only] scheme : string▲
The URL scheme for the protocol handler.
This is the first parameter from the registerProtocolHandler call.