Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
void MainWindow::chooseColor()
63
{
64
applyColor(QColorDialog::getColor(m_diagram.brush().color(), this));
65
}
66
67
void MainWindow::applyColor(const QColor &color)
68
{
Callers
nothing calls this directly
Calls
1
brush
Method · 0.45
Tested by
no test coverage detected