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