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

Method setSecondaryButton

pj_widgets/src/ProgressDialog.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void ProgressDialog::setSecondaryButton(const QString& label, const QString& icon_path, const QString& tooltip) {
77 configureButton(secondary_, label, icon_path, tooltip);
78}
79
80void ProgressDialog::setRange(int minimum, int maximum) {
81 bar_->setRange(minimum, maximum);

Callers 2

TESTFunction · 0.45
beginLoadMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36