Changeset 6736 in ntrip for trunk


Ignore:
Timestamp:
Mar 27, 2015, 3:32:27 PM (9 years ago)
Author:
weber
Message:

Option 'Directory for plots' enabled

File:
1 edited

Legend:

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

    r6733 r6736  
    10661066  _reqcLogSummaryOnly = new QCheckBox();
    10671067  _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>"));
    10691069
    10701070  ir = 0;
     
    22982298    enable = !_reqcActionComboBox->currentText().isEmpty();
    22992299    bool enable10   = _reqcActionComboBox->currentText() == "Edit/Concatenate";
    2300     bool enablePlot = !_reqcSkyPlotSignals->text().isEmpty();
     2300//  bool enablePlot = !_reqcSkyPlotSignals->text().isEmpty();
    23012301    enableWidget(enable,                            _reqcObsFileChooser);
    23022302    enableWidget(enable,                            _reqcNavFileChooser);
     
    23072307    enableWidget(enable && !enable10,               _reqcLogSummaryOnly);
    23082308    enableWidget(enable && !enable10,               _reqcSkyPlotSignals);
    2309     enableWidget(enable && !enable10 && enablePlot, _reqcPlotDirLineEdit);
     2309//  enableWidget(enable && !enable10 && enablePlot, _reqcPlotDirLineEdit);
     2310    enableWidget(enable && !enable10,               _reqcPlotDirLineEdit);
    23102311  }
    23112312
Note: See TracChangeset for help on using the changeset viewer.