| 366 | } |
| 367 | |
| 368 | void SearchReplaceWidget::setTextOperator(OperatorText op) { |
| 369 | uiSearchReplace.cbOperatorText->setCurrentIndex(uiSearchReplace.cbOperatorText->findData((int)op)); |
| 370 | } |
| 371 | |
| 372 | void SearchReplaceWidget::setReplaceText(const QString& text) { |
| 373 | switch (m_initialColumnMode) { |