Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ GradientDialog
Method
GradientDialog
examples/demo/gradientdialog.cpp:189–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
GradientDialog::GradientDialog(QWidget *parent)
190
: QDialog(parent)
191
, d(new Private(this))
192
{
193
d->init();
194
}
195
196
GradientDialog::~GradientDialog()
197
{
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected