79 return testPrinter.supportsMultipleCopies() |
79 return testPrinter.supportsMultipleCopies() |
80 else: |
80 else: |
81 return False |
81 return False |
82 |
82 |
83 |
83 |
|
84 # TODO: add handler for page.webAuthUxRequested(QWebEngineWebAuthUxRequest) signal |
84 class WebBrowserView(QWebEngineView): |
85 class WebBrowserView(QWebEngineView): |
85 """ |
86 """ |
86 Class implementing the web browser view widget. |
87 Class implementing the web browser view widget. |
87 |
88 |
88 @signal sourceChanged(QUrl) emitted after the current URL has changed |
89 @signal sourceChanged(QUrl) emitted after the current URL has changed |