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

Method DataValueSettings

examples/demo/datavaluesettings.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120DataValueSettings::DataValueSettings(KDChart::Chart *chart, QWidget *parent)
121 : QWidget(parent)
122 , d(new Private(chart, this))
123{
124 d->init();
125}
126
127DataValueSettings::~DataValueSettings()
128{

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected