MCPcopy Create free account
hub / github.com/KDE/labplot / increaseValue

Method increaseValue

src/frontend/widgets/NumberSpinBox.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void NumberSpinBox::increaseValue() {
124 stepBy(1);
125}
126
127void NumberSpinBox::decreaseValue() {
128 stepBy(-1);

Callers 1

numberSpinBoxLimitMethod · 0.45

Calls

no outgoing calls

Tested by 1

numberSpinBoxLimitMethod · 0.36