Uses of Enum
io.qt.webengine.core.QWebEngineWebAuthUxRequest.PinEntryError
Packages that use QWebEngineWebAuthUxRequest.PinEntryError
-
Uses of QWebEngineWebAuthUxRequest.PinEntryError in io.qt.webengine.core
Methods in io.qt.webengine.core that return QWebEngineWebAuthUxRequest.PinEntryErrorModifier and TypeMethodDescriptionQWebEngineWebAuthPinRequest.error()
SeeQWebEngineWebAuthPinRequest::
error QWebEngineWebAuthUxRequest.PinEntryError.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QWebEngineWebAuthUxRequest.PinEntryError.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.core with parameters of type QWebEngineWebAuthUxRequest.PinEntryErrorModifier and TypeMethodDescriptionfinal void
QWebEngineWebAuthPinRequest.setError
(QWebEngineWebAuthUxRequest.PinEntryError error) SeeQWebEngineWebAuthPinRequest::
error Constructors in io.qt.webengine.core with parameters of type QWebEngineWebAuthUxRequest.PinEntryErrorModifierConstructorDescriptionQWebEngineWebAuthPinRequest
(QWebEngineWebAuthUxRequest.PinEntryReason reason, QWebEngineWebAuthUxRequest.PinEntryError error, int minPinLength, int remainingAttempts) SeeQWebEngineWebAuthPinRequest::
QWebEngineWebAuthPinRequest{QWebEngineWebAuthUxRequest::PinEntryReason, QWebEngineWebAuthUxRequest::PinEntryError, qint32, int}