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

Method setFocus

src/frontend/spreadsheet/SearchReplaceWidget.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void SearchReplaceWidget::setFocus() {
158 if (m_replaceEnabled)
159 uiSearchReplace.cbValueText->setFocus();
160 else
161 uiSearch.cbFind->setFocus();
162}
163
164void SearchReplaceWidget::initSearchWidget() {
165 m_searchWidget = new QWidget(this);

Callers 1

handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected