MCPcopy 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
54void QmitkNumberPropertyView::setDecimalPlaces(short places)
55{
56 m_DecimalPlaces = places;
57 DisplayNumber();
58}
59
60QString QmitkNumberPropertyView::suffix() const
61{

Callers 1

CreateEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected