- Timestamp:
- Mar 27, 2012, 7:22:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3738 r3739 968 968 _teqcActionComboBox->setCurrentIndex(ik); 969 969 } 970 connect(_teqcActionComboBox, SIGNAL(currentIndexChanged(const QString &)), 971 this, SLOT(slotBncTextChanged())); 970 972 971 973 QGridLayout* teqcLayout = new QGridLayout; … … 2114 2116 enableWidget(enable9, _postOutLineEdit); 2115 2117 enableWidget(!enable9, _pppMountLineEdit); 2116 2118 } 2119 2120 if (sender() == 0 || sender() == _teqcActionComboBox) { 2117 2121 bool enable10 = _teqcActionComboBox->currentText() == "Edit"; 2118 2122 enableWidget(enable10, _teqcEditOptionButton); 2119 2123 enableWidget(!enable10, _teqcNavFileChooser); 2120 2124 enableWidget(!enable10, _teqcOutLineEdit); 2121 2122 slotEnablePostProcessing(); 2123 }2125 } 2126 2127 slotEnablePostProcessing(); 2124 2128 } 2125 2129
Note:
See TracChangeset
for help on using the changeset viewer.