Commit cbd55ac4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Interaction: Password are hidden.

parent f69949e5
......@@ -93,6 +93,7 @@ InteractionDialog::InteractionDialog( intf_thread_t *_p_intf,
grid->addWidget( new QLabel( qtr("Password") ), 2, 0);
passwordEdit = new QLineEdit;
passwordEdit->setEchoMode( QLineEdit::Password );
grid->addWidget( passwordEdit, 2, 1 );
panel->setLayout( grid );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment