Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ setLowerLimit
Method
setLowerLimit
Modules/QtWidgets/src/QmitkLevelWindowRangeChangeDialog.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void QmitkLevelWindowRangeChangeDialog::setLowerLimit(double rangeMin)
41
{
42
m_Controls->rangeMinDoubleSpinBox->setValue(rangeMin);
43
}
44
45
void QmitkLevelWindowRangeChangeDialog::setUpperLimit(double rangeMax)
46
{
Callers
1
OnChangeScaleRange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected