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

Method WaitCursorOn

Modules/SegmentationUI/src/QmitkMultiLabelManager.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void QmitkMultiLabelManager::WaitCursorOn()
464{
465 QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
466}
467
468void QmitkMultiLabelManager::WaitCursorOff()
469{

Callers 2

OnCreateCroppedMaskMethod · 0.95
OnCreateMaskMethod · 0.95

Calls 1

QCursorClass · 0.85

Tested by

no test coverage detected