Changeset 6648 in ntrip


Ignore:
Timestamp:
Mar 11, 2015, 7:54:23 PM (9 years ago)
Author:
weber
Message:

Activate/deactivate option fields for SP3 file comparison

File:
1 edited

Legend:

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

    r6647 r6648  
    11041104
    11051105  sp3CompGroup->setLayout(sp3CompLayout);
     1106
     1107  connect(_sp3CompFileChooser, SIGNAL(fileNameChanged(const QString &)),
     1108          this, SLOT(slotBncTextChanged()));
    11061109
    11071110  // Combine Corrections
     
    22372240  }
    22382241
     2242  // SP3 File Comparison
     2243  // -------------------
     2244  if (sender() == 0 || sender() == _sp3CompFileChooser) {
     2245    enable = !_sp3CompFileChooser->fileName().isEmpty();
     2246    enableWidget(enable, _sp3CompLogLineEdit);
     2247    enableWidget(enable, _sp3CompExclude);
     2248  }
     2249
    22392250  enableStartStop();
    22402251}
Note: See TracChangeset for help on using the changeset viewer.