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

Method setShowDontShowAgain

pj_widgets/src/MessageBox.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void MessageBox::setShowDontShowAgain(bool show, const QString& label) {
174 dont_show_again_->setVisible(show);
175 if (!label.isEmpty()) {
176 dont_show_again_->setText(label);
177 }
178}
179
180bool MessageBox::dontShowAgainChecked() const {
181 return dont_show_again_->isVisible() && dont_show_again_->isChecked();

Callers 1

questionMethod · 0.80

Calls 3

setVisibleMethod · 0.45
isEmptyMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected