Changeset 1071 in ntrip
- Timestamp:
- Aug 27, 2008, 1:32:37 PM (16 years ago)
- Location:
- trunk/BNS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1070 r1071 291 291 292 292 layout_inp->addWidget(new QLabel("Clocks & Orbits"), 0, 0, Qt::AlignLeft); 293 layout_inp->addWidget(new QLabel("BNS listening on Port"), 0, 3, Qt::AlignRight);293 layout_inp->addWidget(new QLabel("BNS listening on Port"), 0, 2, 1, 2, Qt::AlignRight); 294 294 layout_inp->addWidget(_clkPortLineEdit, 0, 4); 295 295 layout_inp->addWidget(new QLabel("Save"), 0, 5, Qt::AlignRight); … … 515 515 settings.setValue("refSys_1", _refSys_1_ComboBox->currentText()); 516 516 settings.setValue("refSys_2", _refSys_2_ComboBox->currentText()); 517 settings.setValue("inpEcho", _inpEchoLineEdit->text()); 517 518 settings.setValue("ephHost", _ephHostLineEdit->text()); 518 519 settings.setValue("ephPort", _ephPortLineEdit->text()); -
trunk/BNS/bnswindow.h
r1068 r1071 72 72 QLineEdit* _proxyHostLineEdit; 73 73 QLineEdit* _proxyPortLineEdit; 74 QLineEdit* _inpEchoLineEdit; 74 75 QLineEdit* _ephHostLineEdit; 75 76 QLineEdit* _ephPortLineEdit;
Note:
See TracChangeset
for help on using the changeset viewer.