Changeset 1071 in ntrip


Ignore:
Timestamp:
Aug 27, 2008, 1:32:37 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1070 r1071  
    291291
    292292  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);
    294294  layout_inp->addWidget(_clkPortLineEdit,                     0, 4);
    295295  layout_inp->addWidget(new QLabel("Save"),                   0, 5, Qt::AlignRight);
     
    515515  settings.setValue("refSys_1",     _refSys_1_ComboBox->currentText());
    516516  settings.setValue("refSys_2",     _refSys_2_ComboBox->currentText());
     517  settings.setValue("inpEcho",    _inpEchoLineEdit->text());
    517518  settings.setValue("ephHost",    _ephHostLineEdit->text());
    518519  settings.setValue("ephPort",    _ephPortLineEdit->text());
  • trunk/BNS/bnswindow.h

    r1068 r1071  
    7272  QLineEdit* _proxyHostLineEdit;
    7373  QLineEdit* _proxyPortLineEdit;
     74  QLineEdit* _inpEchoLineEdit;
    7475  QLineEdit* _ephHostLineEdit;
    7576  QLineEdit* _ephPortLineEdit;
Note: See TracChangeset for help on using the changeset viewer.