python 2.7 - Password text filed in pyqt -
i new in pyqt4 want add password text field in design.i can't see password type text field there way convert simple text field password type??
editor = qlineedit() editor.setechomode(qlineedit.password)
i new in pyqt4 want add password text field in design.i can't see password type text field there way convert simple text field password type??
editor = qlineedit() editor.setechomode(qlineedit.password)
Comments
Post a Comment