Changeset 6706 in ntrip


Ignore:
Timestamp:
Mar 23, 2015, 3:45:36 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6702 r6706  
    996996  _reqcObsFileChooser = new qtFileChooser(0, qtFileChooser::Files);
    997997  _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>"));
    999999
    10001000  _reqcNavFileChooser = new qtFileChooser(0, qtFileChooser::Files);
    10011001  _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>"));
    10031003
    10041004  _reqcOutObsLineEdit = new QLineEdit(settings.value("reqcOutObsFile").toString());
     
    10221022  _reqcLogSummaryOnly = new QCheckBox();
    10231023  _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>"));
    10251025
    10261026  ir = 0;
Note: See TracChangeset for help on using the changeset viewer.