- All Implemented Interfaces:
QtObjectInterface,Cloneable
Encapsulates the data of a PIN WebAuth UX request
Java wrapper for Qt class QWebEngineWebAuthPinRequest
This class was introduced in Qt 6.7.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQWebEngineWebAuthPinRequest::QWebEngineWebAuthPinRequest() SeeQWebEngineWebAuthPinRequest::QWebEngineWebAuthPinRequest(QWebEngineWebAuthPinRequest) QWebEngineWebAuthPinRequest(QWebEngineWebAuthUxRequest.PinEntryReason reason, QWebEngineWebAuthUxRequest.PinEntryError error, int minPinLength, int remainingAttempts) SeeQWebEngineWebAuthPinRequest::QWebEngineWebAuthPinRequest{QWebEngineWebAuthUxRequest::PinEntryReason, QWebEngineWebAuthUxRequest::PinEntryError, qint32, int} -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.error()SeeQWebEngineWebAuthPinRequest::error final intSeeQWebEngineWebAuthPinRequest::minPinLength reason()SeeQWebEngineWebAuthPinRequest::reason final intSeeQWebEngineWebAuthPinRequest::remainingAttempts final voidSeeQWebEngineWebAuthPinRequest::error final voidsetMinPinLength(int minPinLength) SeeQWebEngineWebAuthPinRequest::minPinLength final voidSeeQWebEngineWebAuthPinRequest::reason final voidsetRemainingAttempts(int remainingAttempts) SeeQWebEngineWebAuthPinRequest::remainingAttempts Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineWebAuthPinRequest
public QWebEngineWebAuthPinRequest()See
QWebEngineWebAuthPinRequest::QWebEngineWebAuthPinRequest() -
QWebEngineWebAuthPinRequest
See
QWebEngineWebAuthPinRequest::QWebEngineWebAuthPinRequest(QWebEngineWebAuthPinRequest) -
QWebEngineWebAuthPinRequest
public QWebEngineWebAuthPinRequest(QWebEngineWebAuthUxRequest.PinEntryReason reason, QWebEngineWebAuthUxRequest.PinEntryError error, int minPinLength, int remainingAttempts) See
QWebEngineWebAuthPinRequest::QWebEngineWebAuthPinRequest{QWebEngineWebAuthUxRequest::PinEntryReason, QWebEngineWebAuthUxRequest::PinEntryError, qint32, int}
-
-
Method Details
-
setError
See
QWebEngineWebAuthPinRequest::error -
error
See
QWebEngineWebAuthPinRequest::error -
setMinPinLength
See
QWebEngineWebAuthPinRequest::minPinLength -
minPinLength
See
QWebEngineWebAuthPinRequest::minPinLength -
setReason
See
QWebEngineWebAuthPinRequest::reason -
reason
See
QWebEngineWebAuthPinRequest::reason -
setRemainingAttempts
See
QWebEngineWebAuthPinRequest::remainingAttempts -
remainingAttempts
See
QWebEngineWebAuthPinRequest::remainingAttempts -
clone
Creates and returns a copy of this object.
See
QWebEngineWebAuthPinRequest::QWebEngineWebAuthPinRequest(QWebEngineWebAuthPinRequest)
-