Uses of Class
io.qt.network.QAuthenticator
Package | Description |
---|---|
io.qt.network | |
io.qt.webengine.widgets | |
io.qt.websockets |
-
Uses of QAuthenticator in io.qt.network
Fields in io.qt.network with type parameters of type QAuthenticator Modifier and Type Field Description QObject.Signal2<QNetworkReply,QAuthenticator>
QNetworkAccessManager. authenticationRequired
QObject.Signal2<QNetworkProxy,QAuthenticator>
QAbstractSocket. proxyAuthenticationRequired
QObject.Signal2<QNetworkProxy,QAuthenticator>
QNetworkAccessManager. proxyAuthenticationRequired
Methods in io.qt.network that return QAuthenticator Modifier and Type Method Description QAuthenticator
QAuthenticator. clone()
Methods in io.qt.network with parameters of type QAuthenticator Modifier and Type Method Description void
QAuthenticator. set(QAuthenticator other)
Constructors in io.qt.network with parameters of type QAuthenticator Constructor Description QAuthenticator(QAuthenticator other)
-
Uses of QAuthenticator in io.qt.webengine.widgets
Fields in io.qt.webengine.widgets with type parameters of type QAuthenticator Modifier and Type Field Description QObject.Signal2<QUrl,QAuthenticator>
QWebEnginePage. authenticationRequired
QObject.Signal3<QUrl,QAuthenticator,String>
QWebEnginePage. proxyAuthenticationRequired
-
Uses of QAuthenticator in io.qt.websockets
Fields in io.qt.websockets with type parameters of type QAuthenticator Modifier and Type Field Description QObject.Signal2<QNetworkProxy,QAuthenticator>
QWebSocket. proxyAuthenticationRequired