Changeset 6266 in ntrip for trunk


Ignore:
Timestamp:
Oct 28, 2014, 3:32:57 PM (9 years ago)
Author:
weber
Message:

Design of Rinex 2/3 observation output specification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6239 r6266  
    667667  oLayout->addWidget(new QLabel("Script (full path)"),             4, 0);
    668668  oLayout->addWidget(_rnxScrpLineEdit,                             4, 1, 1,24);
    669   oLayout->addWidget(new QLabel("Version 3"),                      5, 0);
    670   oLayout->addWidget(_rnxV3CheckBox,                               5, 1);
    671   oLayout->addWidget(new QLabel("Version 2 Signal Priority"),      5, 2);
    672   oLayout->addWidget(_rnxV2Priority,                               5, 3, 1, 22);
    673   oLayout->addWidget(new QLabel(" "),                              6, 0);
     669  oLayout->addWidget(new QLabel("Version 2"),                      5, 0);
     670  oLayout->addWidget(_rnxV2Priority,                               5, 1);
     671  oLayout->addWidget(new QLabel("  Signal Priority"),              5, 2, 1,15);
     672  oLayout->addWidget(new QLabel("Version 3"),                      6, 0);
     673  oLayout->addWidget(_rnxV3CheckBox,                               6, 1);
     674  oLayout->addWidget(new QLabel(" "),                              7, 0);
    674675  ogroup->setLayout(oLayout);
    675676
     
    11911192  _ephV3CheckBox->setWhatsThis(tr("The default format for output of RINEX Navigation data containing Broadcast Ephemeris is RINEX Version 2. Select 'Version 3' if you want to output the ephemeris in RINEX Version 3 format."));
    11921193  _rnxV3CheckBox->setWhatsThis(tr("The default format for RINEX Observation files is RINEX Version 2. Select 'Version 3' if you want to save the observations in RINEX Version 3 format."));
     1194
     1195  _rnxV2Priority->setWhatsThis(tr("Test."));
     1196
    11931197  _miscMountLineEdit->setWhatsThis(tr("<p>Specify a mountpoint to apply any of the options shown below. Enter 'ALL' if you want to apply these options to all configured streams.</p><p>An empty option field (default) means that you don't want BNC to apply any of these options.</p>"));
    11941198  _miscPortLineEdit->setWhatsThis(tr("BNC can output an incoming stream through a TCP/IP port of your local host. Specify a port number here to activate this function."));
Note: See TracChangeset for help on using the changeset viewer.