|
||||||||||||||||||||||||||||||||||||||||||||||||||
QString.inputMask / заведение маски ввода
Время создания: 18.09.2017 00:02
Текстовые метки: knowledge
Раздел: Python - PyQt4 - QString - mask
Запись: xintrea/mytetra_db_mcold/master/base/1505682157y451d0zjgr/text.html на raw.githubusercontent.com
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||
inputMask : QString This property holds the validation input mask. If no mask is set, inputMask() returns an empty string. Sets the QLineEdit's validation mask. Validators can be used instead of, or in conjunction with masks; see setValidator(). Unset the mask and return to normal QLineEdit operation by passing an empty string ("") or just calling setInputMask() with no arguments. The table below shows the characters that can be used in an input mask. A space character, the default character for a blank, is needed for cases where a character is permitted but not required.
The mask consists of a string of mask characters and separators, optionally followed by a semicolon and the character used for blanks. The blank characters are always removed from the text after editing. Примеры:
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Так же в этом разделе:
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|