| 543 | } |
| 544 | |
| 545 | void 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 | |
| 551 | void QmitkTotalSegmentatorToolGUI::OnPreferenceChangedEvent(const mitk::IPreferences::ChangeEvent& event) |
| 552 | { |
no test coverage detected