-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
6.10.0 Beta2
-
-
745d96836 (dev)
-
Foundation Sprint 137
When handling [signal] void QWebEnginePage::authenticationRequired(QUrl, QAuthenticator *authenticator), the way of canceling appears to be doing
*auth = QAuthenticator();
which is cumbersome and cannot be easily done in PySide. It would be nice to have a clear() method for this.
See QWebEngine simple browser example, qwebview.cpp
- resulted from
-
PYSIDE-3154 Unable to cancel web page authentication with PySide6 (handling QWebEnginePage::authenticationRequired())
-
- Closed
-