Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
void IngestProgressWidget::setCounterText(const QString& text) {
67
counter_text_ = text;
68
updateCaption();
69
}
70
71
void IngestProgressWidget::updateCaption() {
72
QString caption = title_text_;
Callers
2
TEST
Function · 0.80
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64