WebBrowser/WebBrowserPage.py

changeset 6789
6bafe4f7d5f0
parent 6776
298b03ba2990
equal deleted inserted replaced
6788:eb1f1de204da 6789:6bafe4f7d5f0
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 \

eric ide

mercurial