Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
void NumberSpinBox::increaseValue() {
124
stepBy(1);
125
}
126
127
void NumberSpinBox::decreaseValue() {
128
stepBy(-1);
Callers
1
numberSpinBoxLimit
Method · 0.45
Calls
no outgoing calls
Tested by
1
numberSpinBoxLimit
Method · 0.36