Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ setDecimalPlaces
Method
setDecimalPlaces
Modules/QtWidgetsExt/src/QmitkNumberPropertyView.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void QmitkNumberPropertyView::setDecimalPlaces(short places)
55
{
56
m_DecimalPlaces = places;
57
DisplayNumber();
58
}
59
60
QString QmitkNumberPropertyView::suffix() const
61
{
Callers
1
CreateEditor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected