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

Method cancel

src/frontend/spreadsheet/SearchReplaceWidget.cpp:395–399  ·  view source on GitHub ↗

SLOTs

Source from the content-addressed store, hash-verified

393// ************************* SLOTs **************************
394// **********************************************************
395void SearchReplaceWidget::cancel() {
396 m_spreadsheet->model()->setSearchText(QString()); // clear the global search text that was potentialy set during "find all"
397 showMessage(QString());
398 close();
399}
400
401void SearchReplaceWidget::findContextMenuRequest(const QPoint& pos) {
402 showExtendedContextMenu(false /* replace */, pos);

Callers 1

showSparkLinesMethod · 0.80

Calls 3

setSearchTextMethod · 0.80
QStringClass · 0.50
modelMethod · 0.45

Tested by

no test coverage detected