MCPcopy Create free account
hub / github.com/KDE/labplot / setTextOperator

Method setTextOperator

src/frontend/spreadsheet/SearchReplaceWidget.cpp:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

testSearchFindAllMethod · 0.80
testSearchReplaceAllMethod · 0.80

Calls 1

setCurrentIndexMethod · 0.45

Tested by 2

testSearchFindAllMethod · 0.64
testSearchReplaceAllMethod · 0.64