Changeset 6671 in ntrip for trunk


Ignore:
Timestamp:
Mar 16, 2015, 10:14:26 AM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

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

    r6670 r6671  
    877877  pppLayout1->addWidget(new QLabel("   Sampling"),           ir, 5);
    878878  pppLayout1->addWidget(_pppWidgets._snxtroSampl,            ir, 6);
     879  ++ir;
    879880  pppLayout1->addWidget(new QLabel(""),                      ir, 7);
    880   ++ir;
    881881  ++ir;
    882882  pppLayout1->setRowStretch(ir, 999);
     
    10201020  _reqcLogSummaryOnly->setCheckState(Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt()));
    10211021  _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>"));
    1022 // weber
    10231022
    10241023  ir = 0;
Note: See TracChangeset for help on using the changeset viewer.