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