Changeset 1235 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Nov 24, 2008, 3:20:06 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r1231 r1235  
    293293  _ephV3CheckBox->setWhatsThis(tr("The default format for RINEX Navigation files containing Broadcast Ephemeris is RINEX Version 2.11. Select 'Version 3' if you want to save the ephemeris in RINEX Version 3 format."));
    294294  _rnxV3CheckBox->setWhatsThis(tr("The default format for RINEX Observation files is RINEX Version 2.11. Select 'Version 3' if you want to save the observations in RINEX Version 3 format."));
    295   _messTypesLineEdit->setWhatsThis(tr("<p>Specify the mountpoint of an RTCM Version 3.x stream to log the numbers of incoming message types as well as contained antenna coordinates and antenna hight.</p><p>An empty option field (default) means that you don't want BNC to log such information.</p>"));
     295  _messTypesLineEdit->setWhatsThis(tr("<p>Specify the mountpoint of an RTCM Version 3.x stream to log the numbers of incoming message types as well as contained antenna coordinates and antenna height.</p><p>Specify the mountpoint of an RTCM Version 2.x stream to log the antenna coordinates and the corrections to L1 and L2 antenna phase centers. Setting the 'RINEX Observations' directory is a precondition.</p><p>An empty option field (default) means that you don't want BNC to log such information.</p>"));
    296296
    297297  // Canvas with Editable Fields
     
    355355  sLayout->addWidget(new QLabel("Sampling"),                      3, 0);
    356356  sLayout->addWidget(_binSamplSpinBox,                            3, 1, Qt::AlignLeft);
    357   sLayout->addWidget(new QLabel("Output decoded observations in binary format to feed a real-time GNSS engine."),4,0,1,30);
     357  sLayout->addWidget(new QLabel("Output decoded observations in a binary format to feed a real-time GNSS engine."),4,0,1,30);
    358358  sLayout->addWidget(new QLabel("    "),5,0);
    359359  sgroup->setLayout(sLayout);
     
    394394  rLayout->addWidget(new QLabel("Mountpoint"),                    0, 0, Qt::AlignLeft);
    395395  rLayout->addWidget(_messTypesLineEdit,                          0, 1,1,15,Qt::AlignLeft);
    396   rLayout->addWidget(new QLabel("Scan RTCM Version 3.x stream to log numbers of message types and antenna information."),1, 0, 1, 4, Qt::AlignLeft);
     396  rLayout->addWidget(new QLabel("Scan RTCM stream to log numbers of message types and antenna information."),1, 0, 1, 4, Qt::AlignLeft);
    397397  rLayout->addWidget(new QLabel("    "),                          2, 0);
    398398  rLayout->addWidget(new QLabel("    "),                          3, 0);
Note: See TracChangeset for help on using the changeset viewer.