552 |
552 |
553 try: |
553 try: |
554 @pyqtSlot("QWebEngineRegisterProtocolHandlerRequest") |
554 @pyqtSlot("QWebEngineRegisterProtocolHandlerRequest") |
555 def __registerProtocolHandlerRequested(self, request): |
555 def __registerProtocolHandlerRequested(self, request): |
556 """ |
556 """ |
557 Private slot to handle the registration of a custom protocol handler. |
557 Private slot to handle the registration of a custom protocol |
|
558 handler. |
558 |
559 |
559 @param request reference to the registration request |
560 @param request reference to the registration request |
560 @type QWebEngineRegisterProtocolHandlerRequest |
561 @type QWebEngineRegisterProtocolHandlerRequest |
561 """ |
562 """ |
562 from PyQt5.QtWebEngineCore import \ |
563 from PyQt5.QtWebEngineCore import \ |