Qt - Password field
- by Narek
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).