PkIM Class Reference
|
Hint | Description |
---|---|
words | One keypress per letter. Uses dictionary lookup. Pressing the '*' key cycles through dictionary matches. |
propernouns | Interprets keys and dictionary like Words. In addition, the first letter of every word is capitalized. Note that the propernouns hint will also be recognized as an auxiliary hint, see below for details. |
text | Repeatedly press a key to select the desired letter. Words over 3 letters are added to the dictionary. |
phone | Enter numbers directly. '*' key cycles through '*','+','P' and 'W' |
int | Same as phone. |
Possible hints include "" "words" "phone" "int" "email" "propernouns" and "text" additionally, adding "password", with or without a preceding space will enable password mode. For PkIM, this just means that words will not be saved to the dictionary.
PkIM also recognizes a small set of auxiliary (or modifier) hints. These are appended to the hint, separated by spaces. PkIM does not recognize order in auxiliary hints, so "text autocapitalization propernouns" is equivalent to "text propernouns autocapitalization".
name | Description |
---|---|
autocapitalization | The first word of the field, and the first word of a sentence have their first letter capitalized. The capitalization is implemented using the |
noautocapitalization | All words not capitalized by the user are in lower-case |
propernouns | As an auxiliary hint, propernouns further modifies autocapitalization, such that the first letter of every word is capitalized instead of just the first in a sentence. Hinting propernouns implies autocapitalization, so "text autocapitalization propernouns" and "text propernouns" are equivalent. Combining the noautocapitalization hint with the propernouns hint may lead to unexpected results. Note: propernouns can also be used as the primary hint on it's own, where it is equivalent to "words autocapitalization propernouns", and also equivalent to the QtopiaApplication::ProperNouns hint. |
See also processAuxiliaryHints() and QtopiaApplication::ProperNouns.
Updates the internal representation of the location on the screen of the cursor. x and y are relative to the top level window.
Sets the current password hint to password.
See also passwordHint().
If b is true will restrict the mode of the input method to the current mode.
See also restrictToHint().
Sets the widget used to display the current status to l. The input method will update the icon for the widget to reflect the input method mode
This signal is emitted when the state of the input method changes. It is used by the server to update icon state and visability appropriately.
If the input method is filtering state will be QtopiaInputMethod::Ready. Otherwise state will be QtopiaInputMethod::Sleeping.
This function handles update information from the server. type describes what has updated, as described in QWSInputMethod.
Reimplemented from QWSInputMethod.
See also QWSInputMethod::updateHandler().
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