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

Method WriteStatusMessage

Modules/SegmentationUI/src/QmitkMonaiLabelToolGUI.cpp:318–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void QmitkMonaiLabelToolGUI::WriteStatusMessage(const QString &message)
319{
320 m_Controls->responseNote->setText(message);
321 m_Controls->responseNote->setStyleSheet("font-weight: bold; color: white");
322 qApp->processEvents();
323}
324
325void QmitkMonaiLabelToolGUI::WriteErrorMessage(const QString &message)
326{

Callers 2

OnModelChangedMethod · 0.95
PopulateUIMethod · 0.95

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected