Changeset 3739 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Mar 27, 2012, 7:22:35 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3738 r3739  
    968968    _teqcActionComboBox->setCurrentIndex(ik);
    969969  }
     970  connect(_teqcActionComboBox, SIGNAL(currentIndexChanged(const QString &)),
     971          this, SLOT(slotBncTextChanged()));
    970972
    971973  QGridLayout* teqcLayout = new QGridLayout;
     
    21142116    enableWidget(enable9, _postOutLineEdit);
    21152117    enableWidget(!enable9, _pppMountLineEdit);
    2116 
     2118  }
     2119
     2120  if (sender() == 0 || sender() == _teqcActionComboBox) {
    21172121    bool enable10 = _teqcActionComboBox->currentText() == "Edit";
    21182122    enableWidget(enable10, _teqcEditOptionButton);
    21192123    enableWidget(!enable10, _teqcNavFileChooser);
    21202124    enableWidget(!enable10, _teqcOutLineEdit);
    2121 
    2122     slotEnablePostProcessing();
    2123   }
     2125  }
     2126
     2127  slotEnablePostProcessing();
    21242128}
    21252129
Note: See TracChangeset for help on using the changeset viewer.