Hide characters from password field

p4#: 21827
This commit is contained in:
Magne Sjaastad 2013-06-04 14:22:45 +02:00
parent cf77f04ce8
commit 1c02a392cd

View File

@ -307,6 +307,7 @@ void FetchWellPathsDialog::slotAuthenticationRequired(QNetworkReply*,QAuthentica
// This is only relevant if the URL-supplied credentials were wrong
ui.userEdit->setText(url.userName());
ui.passwordEdit->setText(url.password());
ui.passwordEdit->setEchoMode(QLineEdit::Password);
if (dlg.exec() == QDialog::Accepted) {
authenticator->setUser(ui.userEdit->text());