PYQT5 Line Edit Input Kata Sandi

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