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

Method critical

pj_widgets/src/MessageBox.cpp:323–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void MessageBox::critical(QWidget* parent, const QString& title, const QString& text) {
324 MessageBox dlg(parent);
325 dlg.setTitle(title);
326 dlg.setText(text);
327 dlg.addButton(tr("OK"), kPrimaryRole);
328 dlg.exec();
329}
330
331int MessageBox::question(
332 QWidget* parent, const QString& title, const QString& text, std::initializer_list<ButtonSpec> buttons,

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