Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ resizeEvent
Method
resizeEvent
Modules/QtWidgets/src/QmitkSliderLevelWindowWidget.cpp:451–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
void QmitkSliderLevelWindowWidget::resizeEvent(QResizeEvent *event)
452
{
453
m_MoveHeight = event->size().height() - 25;
454
Update();
455
}
456
457
void QmitkSliderLevelWindowWidget::mouseReleaseEvent(QMouseEvent *)
458
{
Callers
nothing calls this directly
Calls
2
Update
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected