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
As docs say http://doc-snapshot.qt-project.org/4.8/stylesheet-examples.html#customizing-qlineedit:
The password character of line edits that have QLineEdit::Password echo mode can be set using:
QLineEdit[echoMode="2"] { lineedit-password-character: 9679; }