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

Method setMessage

pj_widgets/src/ProgressDialog.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void ProgressDialog::setMessage(const QString& text) {
93 message_->setText(text);
94 message_->setVisible(!text.isEmpty());
95}
96
97void ProgressDialog::setStopButtonsVisible(bool visible) {
98 // A button with no label was never configured — keep it hidden either way.

Callers 1

beginLoadMethod · 0.45

Calls 3

setTextMethod · 0.45
setVisibleMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected