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

Method SetStatus

Modules/PythonSegmentationUI/src/QmitkTotalSegmentatorToolGUI.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void QmitkTotalSegmentatorToolGUI::SetStatus(const QString& message, bool isError)
546{
547 m_Ui->statusLabel->setText(message);
548 m_Ui->statusLabel->setStyleSheet(isError ? "color: red;" : QString());
549}
550
551void QmitkTotalSegmentatorToolGUI::OnPreferenceChangedEvent(const mitk::IPreferences::ChangeEvent& event)
552{

Callers 3

RefreshInstallStateMethod · 0.95
UpdateRunButtonStateMethod · 0.95
OnRunButtonClickedMethod · 0.95

Calls 2

QStringClass · 0.50
setTextMethod · 0.45

Tested by

no test coverage detected