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

Method addPointsButtonClicked

examples/Plotter/BigDataset/MainWidget.cpp:84–89  ·  view source on GitHub ↗

slot

Source from the content-addressed store, hash-verified

82
83// slot
84void MainWidget::addPointsButtonClicked()
85{
86 int idx = m_addPointsButtons.indexOf(qobject_cast<QPushButton *>(sender()));
87 Q_ASSERT(idx >= 0);
88 m_model.appendPoints(pow(qreal(10), qreal(idx + 3)));
89}

Callers

nothing calls this directly

Calls 1

appendPointsMethod · 0.80

Tested by

no test coverage detected