Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccMSC/ckb
/ pickGradient
Method
pickGradient
src/ckb/gradientbutton.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void GradientButton::pickGradient(){
91
GradientDialog dialog(this);
92
_stops = dialog.getGradient(_stops);
93
updateImage();
94
emit gradientChanged();
95
}
96
Callers
nothing calls this directly
Calls
1
getGradient
Method · 0.80
Tested by
no test coverage detected