Changeset 1130 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Sep 22, 2008, 11:39:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1103 r1130 329 329 _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.")); 330 330 _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.")); 331 _messTypesLineEdit->setWhatsThis(tr("<p>Specify the mountpoint of an RTCM Version 3.x stream to log the numbers of incoming message types .</p><p>An empty option field (default) means that you don't want BNC to print the message type numbers carried in a specific stream.</p>"));331 _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>")); 332 332 333 333 // Canvas with Editable Fields … … 352 352 aogroup->addTab(cgroup,tr("Ephemeris Corrections")); 353 353 aogroup->addTab(agroup,tr("Monitor")); 354 aogroup->addTab(rgroup,tr("RTCM Message Types"));354 aogroup->addTab(rgroup,tr("RTCM Scan")); 355 355 356 356 QGridLayout* pLayout = new QGridLayout; … … 428 428 rLayout->addWidget(new QLabel("Mountpoint"),0,0, Qt::AlignLeft); 429 429 rLayout->addWidget(_messTypesLineEdit,0,1,1,15,Qt::AlignLeft); 430 rLayout->addWidget(new QLabel(" Log numbers of message types in RTCM Version 3.x stream."),1, 0, 1, 4, Qt::AlignLeft);430 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); 431 431 rLayout->addWidget(new QLabel(" "),2,0); 432 432 rLayout->addWidget(new QLabel(" "),3,0);
Note:
See TracChangeset
for help on using the changeset viewer.