Changeset 6628 in ntrip
- Timestamp:
- Mar 3, 2015, 5:27:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6607 r6628 673 673 oLayout->addWidget(new QLabel("Version 2"), 5, 0); 674 674 oLayout->addWidget(_rnxV2Priority, 5, 1); 675 oLayout->addWidget(new QLabel(" Signal Priority"), 5, 2, 1,15);675 oLayout->addWidget(new QLabel(" Signal priority"), 5, 2, 1,15); 676 676 oLayout->addWidget(new QLabel("Version 3"), 6, 0); 677 677 oLayout->addWidget(_rnxV3CheckBox, 6, 1); … … 1240 1240 _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.")); 1241 1241 _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.")); 1242 1243 _rnxV2Priority->setWhatsThis(tr("Test.")); 1244 1242 _rnxV2Priority->setWhatsThis(tr("<p>Specify a priority list of characters defining signal generation attributes as defined in RINEX Version 3. Priorities will be used to map RINEX Version 3 observations to Version 2. The underscore character '_' stands for undefined attributes. A question mark '?' can be used as wildcard which represents any one character.</p><p>Default is priority list 'CWPX_?'.</p>")); 1245 1243 _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>")); 1246 1244 _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.