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

Method setCounterText

pj_widgets/src/IngestProgressWidget.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void IngestProgressWidget::setCounterText(const QString& text) {
67 counter_text_ = text;
68 updateCaption();
69}
70
71void IngestProgressWidget::updateCaption() {
72 QString caption = title_text_;

Callers 2

TESTFunction · 0.80
MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64