I am using PyQt4 QLineEdit widget to accept password. There is a setMasking property, but not following how to set the masking character.<
PyQt4
QLineEdit
setMasking
editor = QLineEdit() editor.setEchoMode(QLineEdit.Password)