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

Method warning

pj_widgets/src/MessageBox.cpp:315–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void MessageBox::warning(QWidget* parent, const QString& title, const QString& text) {
316 MessageBox dlg(parent);
317 dlg.setTitle(title);
318 dlg.setText(text);
319 dlg.addButton(tr("OK"), kPrimaryRole);
320 dlg.exec();
321}
322
323void MessageBox::critical(QWidget* parent, const QString& title, const QString& text) {
324 MessageBox dlg(parent);

Callers

nothing calls this directly

Calls 4

trFunction · 0.85
addButtonMethod · 0.80
setTitleMethod · 0.45
setTextMethod · 0.45

Tested by

no test coverage detected