MCPcopy 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
189GradientDialog::GradientDialog(QWidget *parent)
190 : QDialog(parent)
191 , d(new Private(this))
192{
193 d->init();
194}
195
196GradientDialog::~GradientDialog()
197{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected