-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
6.x, 6.9.1
-
None
In https://doc.qt.io/qt-6/qtwebengine-webenginewidgets-simplebrowser-example.html, it shows how to cancel an authentication request with the C++ code:
> *auth = QAuthenticator();
in a slot connected to
[signal] void QWebEnginePage::authenticationRequired(const QUrl &requestUrl,
QAuthenticator *authenticator)
How is that done in PySide6? There doesn't appear to be an equivalent of "sip.assign(auth, QAuthenticator())".
- relates to
-
PYSIDE-1916 Add a way to assign something to a pointer
-
- Closed
-
- resulted in
-
QTBUG-139124 QAuthenticator: Add clear()/cancel() method for canceling in QWebEnginePage::authenticationRequired()
-
- Closed
-