* Clear the text in the StatusBar */
| 54 | * Clear the text in the StatusBar |
| 55 | */ |
| 56 | void QmitkStatusBar::Clear() |
| 57 | { |
| 58 | if (m_StatusBar != nullptr) |
| 59 | m_StatusBar->clearMessage(); |
| 60 | // TODO bug #1357 |
| 61 | //qApp->processEvents(); // produces crashes! |
| 62 | } |
| 63 | |
| 64 | /** |
| 65 | * enable or disable the QSizeGrip |
no outgoing calls