Changeset 4530 in ntrip
- Timestamp:
- Aug 14, 2012, 8:20:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/bncwindow.cpp ¶
r4515 r4530 1037 1037 1038 1038 _reqcOutObsLineEdit = new QLineEdit(settings.value("reqcOutObsFile").toString()); 1039 _reqcOutObsLineEdit->setWhatsThis(tr("Specify the full path to an output file.")); 1039 _reqcOutObsLineEdit->setWhatsThis(tr("Specify the full path to a RINEX observation output file.")); 1040 1040 _reqcOutObsLineEdit->setMinimumWidth(15*ww); 1041 1041 _reqcOutObsLineEdit->setMaximumWidth(15*ww); 1042 1042 1043 1043 _reqcOutNavLineEdit = new QLineEdit(settings.value("reqcOutNavFile").toString()); 1044 _reqcOutNavLineEdit->setWhatsThis(tr("Specify the full path to an output file.")); 1044 _reqcOutNavLineEdit->setWhatsThis(tr("Specify the full path to a RINEX navigation output file.")); 1045 1045 _reqcOutNavLineEdit->setMinimumWidth(15*ww); 1046 1046 _reqcOutNavLineEdit->setMaximumWidth(15*ww); 1047 1047 1048 1048 _reqcOutLogLineEdit = new QLineEdit(settings.value("reqcOutLogFile").toString()); 1049 _reqcOutLogLineEdit->setWhatsThis(tr("Specify the full path to a n outputfile."));1049 _reqcOutLogLineEdit->setWhatsThis(tr("Specify the full path to a logfile.")); 1050 1050 _reqcOutLogLineEdit->setMinimumWidth(15*ww); 1051 1051 _reqcOutLogLineEdit->setMaximumWidth(15*ww); 1052 1052 1053 1053 _reqcPlotDirLineEdit = new QLineEdit(settings.value("reqcPlotDir").toString()); 1054 _reqcPlotDirLineEdit->setWhatsThis(tr("Specify the directory name for plots.")); 1054 _reqcPlotDirLineEdit->setWhatsThis(tr("Specify the directory name for saving plots.")); 1055 1055 _reqcPlotDirLineEdit->setMinimumWidth(15*ww); 1056 1056 _reqcPlotDirLineEdit->setMaximumWidth(15*ww); … … 1245 1245 _pppCorrMountLineEdit->setWhatsThis(tr("<p>You must specify an orbit/clock Broadcast Ephemeris corrections stream by its mountpoint from the 'Streams' list below. Example: 'CLK10'</p><p>Note that BNC can produce an internal PPP solution from combined Broadcast Ephemeris corrections as specified under 'Combine Corrections' if you introduce keyword 'INTERNAL' as the corrections mountpoint.</p>")); 1246 1246 _pppSPPComboBox->setWhatsThis(tr("<p>Choose between plain Single Point Positioning (SPP) and Precise Point Positioning (PPP) in 'Realtime' or 'Post-Processing' mode.</p><p>When in 'Post-Processing mode:<ul><li>Specifying a RINEX Observation, a RINEX Navigation and a Broadcast Correction file leads to a PPP solution.</li><li>Specifying only a RINEX Observation and a RINEX Navigation file and no Broadcast Correction file leads to a SPP solution.</ul></p>")); 1247 _reqcActionComboBox->setWhatsThis(tr("<p>BNC allows to edit or concatenate RINEX v2 or v3 files or to perform a quality check .</p><p>In this itfollowsUNAVCO's famous 'teqc' program.</p>"));1247 _reqcActionComboBox->setWhatsThis(tr("<p>BNC allows to edit or concatenate RINEX v2 or v3 files or to perform a quality check following UNAVCO's famous 'teqc' program.</p>")); 1248 1248 _reqcEditOptionButton->setWhatsThis(tr("<p>Specify options for editing RINEX v2 or v3 files.</p>")); 1249 1249 _pppUsePhaseCheckBox->setWhatsThis(tr("<p>By default BNC applies a PPP solution using an ionosphere free P3 linear combination of code observations.</p><p>Tick 'Use phase obs' for an ionosphere free L3 linear combination of phase observations.</p>"));
Note:
See TracChangeset
for help on using the changeset viewer.