To use a field similar to input
of HTML in Pyqt4, I usually use QtGui.QLineEdit
.
But how do I make a field similar to input
password, what is a specific field for entering passwords?
Can you define the "asterisks" that hide the text entered in QLineEdit itself, or do you have a specific one?