QWebEngineRegisterProtocolHandlerRequest¶
The QWebEngineRegisterProtocolHandlerRequest
class enables accepting or rejecting requests from the registerProtocolHandler API. More…
Synopsis¶
Functions¶
Detailed Description¶
See also
- class PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest¶
- PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest.accept()¶
Accepts the request
Subsequent calls to and reject()
are ignored.
- PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest.__ne__(that)¶
- Parameters
that –
PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest
- Return type
bool
Returns true
if that
points to a different object than this request.
- PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest.__eq__(that)¶
- Parameters
that –
PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest
- Return type
bool
Returns true
if that
points to the same object as this request.
- PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest.origin()¶
- Return type
This property holds The URL template for the protocol handler..
This is the second parameter from the registerProtocolHandler call.
- PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest.reject()¶
Rejects the request.
Subsequent calls to accept()
and are ignored.
- PySide6.QtWebEngineCore.QWebEngineRegisterProtocolHandlerRequest.scheme()¶
- Return type
str
This property holds The URL scheme for the protocol handler..
This is the first parameter from the registerProtocolHandler call.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.