We are using a QLineEdit for password entry, with echo mode set to 'Password'. A request was made to obscure all characters typed except for the last, an entry feature I've seen on some smartphones.
How would I go about implementing such a thing?
We are using a QLineEdit for password entry, with echo mode set to 'Password'. A request was made to obscure all characters typed except for the last, an entry feature I've seen on some smartphones.
How would I go about implementing such a thing?