- Timestamp:
- Jan 18, 2009, 12:14:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r1494 r1497 66 66 _casterPasswordLineEdit = new QLineEdit(); 67 67 _casterPasswordLineEdit->setMaximumWidth(9*ww); 68 _casterPasswordLineEdit->setEchoMode(QLineEdit::Password);68 //// _casterPasswordLineEdit->setEchoMode(QLineEdit::Password); 69 69 70 70 _casterHostComboBox = new QComboBox(); … … 381 381 _casterHostComboBox->setCurrentIndex(0); 382 382 _casterUserLineEdit->setText(""); 383 _casterPasswordLineEdit->setText(""); 383 384 _casterPortLineEdit->setText(newCasterPort); 384 385
Note:
See TracChangeset
for help on using the changeset viewer.