Uses of Class
io.qt.network.auth.QAbstractOAuth.Error
Package | Description |
---|---|
io.qt.network.auth |
-
Uses of QAbstractOAuth.Error in io.qt.network.auth
Fields in io.qt.network.auth with type parameters of type QAbstractOAuth.Error Modifier and Type Field Description QObject.Signal1<QAbstractOAuth.Error>
QAbstractOAuth. requestFailed
Methods in io.qt.network.auth that return QAbstractOAuth.Error Modifier and Type Method Description static QAbstractOAuth.Error
QAbstractOAuth.Error. resolve(int value)
Returns the corresponding enum entry for the given value.static QAbstractOAuth.Error
QAbstractOAuth.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractOAuth.Error[]
QAbstractOAuth.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.