Changeset 1497 in ntrip


Ignore:
Timestamp:
Jan 18, 2009, 12:14:07 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r1494 r1497  
    6666  _casterPasswordLineEdit = new QLineEdit();
    6767  _casterPasswordLineEdit->setMaximumWidth(9*ww);
    68   _casterPasswordLineEdit->setEchoMode(QLineEdit::Password);
     68  ////  _casterPasswordLineEdit->setEchoMode(QLineEdit::Password);
    6969
    7070  _casterHostComboBox = new QComboBox();
     
    381381  _casterHostComboBox->setCurrentIndex(0);
    382382  _casterUserLineEdit->setText("");
     383  _casterPasswordLineEdit->setText("");
    383384  _casterPortLineEdit->setText(newCasterPort);
    384385
Note: See TracChangeset for help on using the changeset viewer.