Changeset 6671 in ntrip
- Timestamp:
- Mar 16, 2015, 10:14:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6670 r6671 877 877 pppLayout1->addWidget(new QLabel(" Sampling"), ir, 5); 878 878 pppLayout1->addWidget(_pppWidgets._snxtroSampl, ir, 6); 879 ++ir; 879 880 pppLayout1->addWidget(new QLabel(""), ir, 7); 880 ++ir;881 881 ++ir; 882 882 pppLayout1->setRowStretch(ir, 999); … … 1020 1020 _reqcLogSummaryOnly->setCheckState(Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt())); 1021 1021 _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 // weber1023 1022 1024 1023 ir = 0;
Note:
See TracChangeset
for help on using the changeset viewer.