Changeset 1111 in ntrip for trunk/BNS/bnswindow.cpp


Ignore:
Timestamp:
Sep 10, 2008, 1:40:13 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnswindow.cpp

    r1094 r1111  
    164164
    165165  _clkPortLineEdit  = new QLineEdit(settings.value("clkPort").toString());
    166   _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in plain ASCII format from an IP port. Specify a local IP port e.g. of an RTNet installation to provide this information."));
     166  _clkPortLineEdit->setWhatsThis(tr("BNS reads Clocks & Orbits referring to the IGS system (X,Y,Z, ECEF) in SP3 format from an IP port. Specify a local IP port e.g. of an RTNet installation to provide this information."));
    167167  _clkPortLineEdit->setMaximumWidth(9*ww);
    168168
     
    298298  layout_eph->addWidget(new QLabel("Save (full path)"),       2, 0);
    299299  layout_eph->addWidget(_ephEchoLineEdit,                     2, 1);
    300   layout_eph->addWidget(new QLabel("Read broadcast ephemeris."), 3, 0, 1, 2, Qt::AlignLeft);
     300  layout_eph->addWidget(new QLabel("Read broadcast ephemeris in RINEX Version 3 Navigation format."), 3, 0, 1, 2, Qt::AlignLeft);
    301301//layout_eph->addWidget(new QLabel(""),                       4, 0);
    302302
     
    316316  layout_co->addWidget(new QLabel("Save (full path)"),                1, 0);
    317317  layout_co->addWidget(_inpEchoLineEdit,                              1, 1);
    318   layout_co->addWidget(new QLabel("Read IGS clocks and orbits."),     2, 0, 1, 2, Qt::AlignLeft);
     318  layout_co->addWidget(new QLabel("Read clocks and orbits in SP3 format."),     2, 0, 1, 2, Qt::AlignLeft);
    319319  layout_co->addWidget(new QLabel(""),                                3, 0);
    320320
     
    350350  layout_cas->addWidget(_outFile_2_LineEdit,                   2, 5, 1, 8);
    351351
    352   layout_cas->addWidget(new QLabel("Broadcast ephemeris corrections, upload to caster, reference system, local storage."), 3, 0, 1, 8, Qt::AlignLeft);
     352  layout_cas->addWidget(new QLabel("Produce broadcast ephemeris corrections, upload to caster, reference system, local storage."), 3, 0, 1, 8, Qt::AlignLeft);
    353353
    354354  tab_cas->setLayout(layout_cas);
Note: See TracChangeset for help on using the changeset viewer.