Hi,

I am trying to make a password field by using QLineEdit with the EchoMode Password and the field is filled with '*' even when it is empty.
Calleing clear() or setting an empty string at startup makes no difference.
It works ok, I can type in my password, but it is always filled with '*'.
I thought it was a Qt-Vista related bug, but it is the same under XP.

Any one knows any thing about this?

Thanks.