MCPcopy Create free account
hub / github.com/KDAB/KDChart / Private

Method Private

examples/demo/gradientdialog.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45GradientDialog::Private::Private(GradientDialog *qq)
46 : m_currStopNr(2)
47 , ui(new Ui::GradientDialog)
48 , q(qq)
49{
50 m_gradient << qMakePair(( qreal )0.0, QColor(Qt::red));
51 m_gradient << qMakePair(( qreal )1.0, QColor(Qt::blue));
52}
53
54GradientDialog::Private::~Private()
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected