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

Method updateText

src/frontend/worksheet/WorksheetPreviewWidget.cpp:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void WorksheetPreviewWidget::updateText() {
228 auto* w = dynamic_cast<Worksheet*>(QObject::sender());
229 if (!w)
230 return;
231
232 ui.lwPreview->item(indexOfWorksheet(w))->setText(w->name());
233}
234
235//*************************************************************
236//*************** helper functions and events *****************

Callers 3

handleResizeMethod · 0.80
loadMethod · 0.80
loadThemeConfigMethod · 0.80

Calls 2

setTextMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected