MCPcopy Create free account
hub / github.com/MITK/MITK / ShowErrorMessage

Method ShowErrorMessage

Modules/SegmentationUI/src/QmitkMonaiLabelToolGUI.cpp:332–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void QmitkMonaiLabelToolGUI::ShowErrorMessage(const std::string &message)
333{
334 this->setCursor(Qt::ArrowCursor);
335 QMessageBox::critical(nullptr, "MONAI Label", message.c_str());
336 MITK_WARN << message;
337}
338
339void QmitkMonaiLabelToolGUI::OnPreferenceChangedEvent(const mitk::IPreferences::ChangeEvent& event)
340{

Callers 2

OnFetchBtnClickedMethod · 0.95
OnPreviewBtnClickedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected