Changeset 1350 in ntrip
- Timestamp:
- Dec 27, 2008, 1:22:41 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r1349 r1350 74 74 _casterPasswordLineEdit->setEchoMode(QLineEdit::Password); 75 75 76 _ntripVersionComboBox = new QComboBox(); 77 _ntripVersionComboBox->addItems(QString("1,2,AUTO").split(",")); 78 int kk = _ntripVersionComboBox->findText(settings.value("ntripVersion").toString()); 79 if (kk != -1) { 80 _ntripVersionComboBox->setCurrentIndex(kk); 81 } 82 76 83 // WhatsThis 77 84 // --------- … … 86 93 editLayout->addWidget(new QLabel(tr("Caster port")), 0, 2); 87 94 editLayout->addWidget(_casterPortLineEdit, 0, 3); 95 editLayout->addWidget(new QLabel(tr("NTRIP Version")), 0, 4); 96 editLayout->addWidget(_ntripVersionComboBox, 0, 5); 88 97 editLayout->addWidget(new QLabel(tr("User")), 1, 0); 89 98 editLayout->addWidget(_casterUserLineEdit, 1, 1); -
trunk/BNC/bnctabledlg.h
r1273 r1350 56 56 QLineEdit* _casterUserLineEdit; 57 57 QLineEdit* _casterPasswordLineEdit; 58 QComboBox* _ntripVersionComboBox; 58 59 59 60 QPushButton* _buttonSkl;
Note:
See TracChangeset
for help on using the changeset viewer.