registerProtocolHandlerRequest QML Value Type
El tipo registerProtocolHandlerRequest permite aceptar o rechazar solicitudes de la API registerProtocolHandler. Más...
| Import Statement: | import QtWebEngine |
| Since: | QtWebEngine 1.7 |
| In C++: | QWebEngineRegisterProtocolHandlerRequest |
Propiedades
Métodos
Descripción detallada
Véase también WebEngineView::registerProtocolHandlerRequested().
Documentación de propiedades
origin : url [read-only]
La plantilla URL para el manejador de protocolo.
Es el segundo parámetro de la llamada registerProtocolHandler.
scheme : string [read-only]
El esquema URL para el manejador de protocolo.
Es el primer parámetro de la llamada registerProtocolHandler.
Documentación del método
void accept()
Acepta la solicitud.
Las llamadas posteriores a accept() y reject() se ignoran.
void reject()
Acepta la solicitud.
Las llamadas posteriores a accept() y reject() se ignoran.
© 2026 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.