
Qt.ImhPreferUppercase - Uppercase letters are preferred (but not required).Qt.ImhPreferNumbers - Numbers are preferred (but not required).Qt.ImhNoAutoUppercase - The input method should not try to automatically switch to upper case when a sentence ends.Qt.ImhSensitiveData - Typed text should not be stored by the active input method in any persistent storage like predictive user dictionary.This is automatically set when setting echoMode to TextInput.Password. Qt.ImhHiddenText - Characters should be hidden, as is typically used when entering passwords.The value is a bit-wise combination of flags, or Qt.ImhNone if no hints are set. Provides hints to the input method about the expected content of the text field and how it should operate. Setting echoMode to an appropriate value enables TextField to be used for a password input field. Input constraints can be placed on a TextField item (for example, through a validator or inputMask). TextField is used to accept a line of text input. effectiveHorizontalAlignment : enumeration.List of all members, including inherited members.
