MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / refreshSuggestion

Method refreshSuggestion

pj_plotting/widget/src/XYCurveDialog.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void XYCurveDialog::refreshSuggestion() {
58 ui_->lineEditName->setText(suggestAlias(ui_->lineEditX->text(), ui_->lineEditY->text()));
59}
60
61void XYCurveDialog::refreshOkState() {
62 if (auto* ok = ui_->buttonBox->button(QDialogButtonBox::Ok)) {

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.45
textMethod · 0.45

Tested by

no test coverage detected