- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Encapsulates the data of a PIN WebAuth UX request
Java wrapper for Qt class QWebEngineWebAuthPinRequest
- Since:
- This class was introduced in Qt 6.7.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionSeeQWebEngineWebAuthPinRequest::
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 int
SeeQWebEngineWebAuthPinRequest::
minPinLength reason()
SeeQWebEngineWebAuthPinRequest::
reason final int
SeeQWebEngineWebAuthPinRequest::
remainingAttempts final void
SeeQWebEngineWebAuthPinRequest::
error final void
setMinPinLength
(int minPinLength) SeeQWebEngineWebAuthPinRequest::
minPinLength final void
SeeQWebEngineWebAuthPinRequest::
reason final void
setRemainingAttempts
(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) - Parameters:
other
-
-
QWebEngineWebAuthPinRequest
public QWebEngineWebAuthPinRequest(QWebEngineWebAuthUxRequest.PinEntryReason reason, QWebEngineWebAuthUxRequest.PinEntryError error, int minPinLength, int remainingAttempts) See
QWebEngineWebAuthPinRequest::
QWebEngineWebAuthPinRequest{QWebEngineWebAuthUxRequest::PinEntryReason, QWebEngineWebAuthUxRequest::PinEntryError, qint32, int} - Parameters:
reason
-error
-minPinLength
-remainingAttempts
-
-
-
Method Details
-
setError
See
QWebEngineWebAuthPinRequest::
error - Parameters:
error
-
-
error
See
QWebEngineWebAuthPinRequest::
error - Returns:
-
setMinPinLength
See
QWebEngineWebAuthPinRequest::
minPinLength - Parameters:
minPinLength
-
-
minPinLength
See
QWebEngineWebAuthPinRequest::
minPinLength - Returns:
-
setReason
See
QWebEngineWebAuthPinRequest::
reason - Parameters:
reason
-
-
reason
See
QWebEngineWebAuthPinRequest::
reason - Returns:
-
setRemainingAttempts
See
QWebEngineWebAuthPinRequest::
remainingAttempts - Parameters:
remainingAttempts
-
-
remainingAttempts
See
QWebEngineWebAuthPinRequest::
remainingAttempts - Returns:
-
clone
Creates and returns a copy of this object.
See
QWebEngineWebAuthPinRequest::
QWebEngineWebAuthPinRequest(QWebEngineWebAuthPinRequest)
-