Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-139124

QAuthenticator: Add clear()/cancel() method for canceling in QWebEnginePage::authenticationRequired()

XMLWordPrintable

    • All
    • 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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            mate Máté Barany
            kleint Friedemann Kleint
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes