Changeset 6706 in ntrip for trunk/BNC/src/bncwindow.cpp
- Timestamp:
- Mar 23, 2015, 3:45:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6702 r6706 996 996 _reqcObsFileChooser = new qtFileChooser(0, qtFileChooser::Files); 997 997 _reqcObsFileChooser->setFileName(settings.value("reqcObsFile").toString()); 998 _reqcObsFileChooser->setWhatsThis(tr("<p>Specify the full path to an observation file in RINEX v2 or v3 format.</p><p> Specifying at least one RINEX observation file is mandatory.</p>"));998 _reqcObsFileChooser->setWhatsThis(tr("<p>Specify the full path to an observation file in RINEX v2 or v3 format.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX observation file is mandatory.</p>")); 999 999 1000 1000 _reqcNavFileChooser = new qtFileChooser(0, qtFileChooser::Files); 1001 1001 _reqcNavFileChooser->setFileName(settings.value("reqcNavFile").toString()); 1002 _reqcNavFileChooser->setWhatsThis(tr("<p>Specify the full path to a RINEX v2 or v3 navigation file.</p><p> Specifying at least one RINEX navigation file is mandatory.</p>"));1002 _reqcNavFileChooser->setWhatsThis(tr("<p>Specify the full path to a RINEX v2 or v3 navigation file.</p><p>Note that when in 'Analyze' mode, specifying at least one RINEX navigation file is mandatory.</p>")); 1003 1003 1004 1004 _reqcOutObsLineEdit = new QLineEdit(settings.value("reqcOutObsFile").toString()); … … 1022 1022 _reqcLogSummaryOnly = new QCheckBox(); 1023 1023 _reqcLogSummaryOnly->setCheckState(Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt())); 1024 _reqcLogSummaryOnly->setWhatsThis(tr("<p>By default BNC produces a detailed 'Logfile' providing all information resulting from editing or analyzing RINEX data. If that is too much information you can limit the logfile contents to a small summary.</p><p>Tick 'Summary only' to suppress a full logfile output and produce a logfile containing only summary information.</p>"));1024 _reqcLogSummaryOnly->setWhatsThis(tr("<p>By default BNC produces a detailed 'Logfile' providing all information resulting from editing or analyzing RINEX data. If that is too much information, you can limit the logfile contents to a small summary.</p><p>Tick 'Summary only' to suppress a full logfile output and produce a logfile containing only summary information.</p>")); 1025 1025 1026 1026 ir = 0;
Note:
See TracChangeset
for help on using the changeset viewer.