QPinOptions Class Reference
|
Constant | Value | Description |
---|---|---|
QPinOptions::Number | 0 | the widget needs numeric input. |
QPinOptions::PhoneNumber | 1 | the widget needs phone-style numeric input. |
QPinOptions::Words | 2 | the widget needs word input. |
QPinOptions::Text | 3 | the widget needs non-word input. |
Construct an empty pin options block with default values.
Construct a copy of other.
Destroy this pin options block.
Returns true if the request can be canceled by the user and normal modem operations will continue after failing the current operation. If this returns false, then the user must supply a pin for normal modem operations to proceed.
See also setCanCancel().
Returns the format of the pin. The default value is QPinManager::Number.
See also setFormat().
Returns the maximum length of pin to be supplied. The default value is 32.
See also setMaxLength().
Returns the minimum length of pin to be supplied. The default value is zero.
See also setMinLength().
Returns the prompt to display to the user. May be the empty string if the prompt is implicitly specified by the pin type. The default value is an empty string.
See also setPrompt().
Sets the pin cancel state to value.
See also canCancel().
Sets the pin format to value.
See also format().
Sets the maximum pin length to value.
See also maxLength().
Sets the minimum pin length to value.
See also minLength().
Sets the prompt to value.
See also prompt().
Make a copy of other.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com