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) 

Comments

Popular posts from this blog

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -