开发者

QTCreator how to enable password filled option when using Line edit?

开发者 https://www.devze.com 2023-03-21 02:27 出处:网络
I am new to QT Creator. I have a form that has a line edit and a push button. The line edit has the role to fill in a password. Can anyone please tell me how to enable the property for password to the

I am new to QT Creator. I have a form that has a line edit and a push button. The line edit has the role to fill in a password. Can anyone please tell me how to enable the property for password to the line edit i have? I would like to see some circles instead of a word when filling in the password.

I am working in c++ under开发者_StackOverflow中文版 Ubuntu. THX

Appreciate!


You have to set the echoMode to Password

0

精彩评论

暂无评论...
验证码 换一张
取 消