Pyqt5 Line Edit Password Input

editor = QLineEdit()
editor.setEchoMode(QLineEdit.Password)
68Duck