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

Method chooseColor

examples/Stock/Advanced/mainwindow.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void MainWindow::chooseColor()
63{
64 applyColor(QColorDialog::getColor(m_diagram.brush().color(), this));
65}
66
67void MainWindow::applyColor(const QColor &color)
68{

Callers

nothing calls this directly

Calls 1

brushMethod · 0.45

Tested by

no test coverage detected