Changeset 6736 in ntrip
- Timestamp:
- Mar 27, 2015, 3:32:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6733 r6736 1066 1066 _reqcLogSummaryOnly = new QCheckBox(); 1067 1067 _reqcLogSummaryOnly->setCheckState(Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt())); 1068 _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>"));1068 _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 instead produce a logfile containing only summary information.</p>")); 1069 1069 1070 1070 ir = 0; … … 2298 2298 enable = !_reqcActionComboBox->currentText().isEmpty(); 2299 2299 bool enable10 = _reqcActionComboBox->currentText() == "Edit/Concatenate"; 2300 2300 // bool enablePlot = !_reqcSkyPlotSignals->text().isEmpty(); 2301 2301 enableWidget(enable, _reqcObsFileChooser); 2302 2302 enableWidget(enable, _reqcNavFileChooser); … … 2307 2307 enableWidget(enable && !enable10, _reqcLogSummaryOnly); 2308 2308 enableWidget(enable && !enable10, _reqcSkyPlotSignals); 2309 enableWidget(enable && !enable10 && enablePlot, _reqcPlotDirLineEdit); 2309 // enableWidget(enable && !enable10 && enablePlot, _reqcPlotDirLineEdit); 2310 enableWidget(enable && !enable10, _reqcPlotDirLineEdit); 2310 2311 } 2311 2312
Note:
See TracChangeset
for help on using the changeset viewer.