Changeset 3294 in ntrip


Ignore:
Timestamp:
May 31, 2011, 4:35:57 PM (13 years ago)
Author:
weber
Message:

PasswordEchoOnEdit added to JD's code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r3292 r3294  
    6868  _casterPasswordLineEdit = new QLineEdit();
    6969  _casterPasswordLineEdit->setMaximumWidth(9*ww);
    70   _casterPasswordLineEdit->setEchoMode(QLineEdit::Password);
     70  _casterPasswordLineEdit->setEchoMode(QLineEdit::PasswordEchoOnEdit);
    7171
    7272  _casterHostComboBox = new QComboBox();
Note: See TracChangeset for help on using the changeset viewer.