]> git.sesse.net Git - vlc/commitdiff
Qt4 - Interaction: Password are hidden.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 19 May 2007 21:16:09 +0000 (21:16 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 19 May 2007 21:16:09 +0000 (21:16 +0000)
modules/gui/qt4/dialogs/interaction.cpp

index 9d8c01a466600184fc835cb53e2b0c7f5513a51e..1d843cbbc5f39066de8692992277bc1d325d5894 100644 (file)
@@ -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 );