products:pyrog:api:lastest:types:widgets:password_input
Текст документации сгенерирован автоматически из исходного кода.
Если обнаружили ошибку, отправьте об этом сообщение на 📧почту.
PasswordInput
Inherits: LineEditWithButtons
This class implements specialized alternative QLineEdit for password input
Constructor:
def PasswordInput.__init__(parent = None)
Creates a new instance of PasswordInput
Parameters:
- parent — reference to the parent widget
Methods
setShowInputButton
def setShowInputButton(state: bool)
Sets mode of displayed button for display/ disguise password
Parameters:
- state: bool — displayed button state
- True — the button is displayed
- False — the button is hidden
showInputButton
def showInputButton() -> bool
Returns mode of displayed button for display/disguise password
Returns:
- bool — displayed button state
- True — the button is displayed
- False — the button is hidden
setEchoMode
def setEchoMode(arg__1)
Parameters:
- arg__1 — (without description)
products/pyrog/api/lastest/types/widgets/password_input.txt · Последнее изменение: — 127.0.0.1