forked from len0rd/rockbox
don't show the proxy password in configuration dialog as cleartext.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14108 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab88fb3738
commit
3b3fd4997e
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ Config::Config(QWidget *parent) : QDialog(parent)
|
||||||
}
|
}
|
||||||
ui.listLanguages->setSelectionMode(QAbstractItemView::SingleSelection);
|
ui.listLanguages->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||||
connect(ui.listLanguages, SIGNAL(itemSelectionChanged()), this, SLOT(updateLanguage()));
|
connect(ui.listLanguages, SIGNAL(itemSelectionChanged()), this, SLOT(updateLanguage()));
|
||||||
|
ui.proxyPass->setEchoMode(QLineEdit::Password);
|
||||||
|
|
||||||
this->setModal(true);
|
this->setModal(true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue