Qt - Password field
Posted
by Narek
on Stack Overflow
See other posts from Stack Overflow
or by Narek
Published on 2010-06-03T17:29:24Z
Indexed on
2010/06/03
17:34 UTC
Read the original article
Hit count: 374
Is there any Qt-built-in method to warn user (with pop-up window) that CapsLock is switched on while password field is active?
I am using for passford field QLineEdit (is it good?) with setEchoMode(QLineEdit::Password).
© Stack Overflow or respective owner