Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
void QmitkMultiLabelManager::WaitCursorOn()
464
{
465
QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
466
}
467
468
void QmitkMultiLabelManager::WaitCursorOff()
469
{
Callers
2
OnCreateCroppedMask
Method · 0.95
OnCreateMask
Method · 0.95
Calls
1
QCursor
Class · 0.85
Tested by
no test coverage detected