pyqt5 line edit password input

29

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

Comments

Submit
0 Comments