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

Method getGradient

examples/demo/gradientdialog.cpp:253–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253QGradient GradientDialog::getGradient(const QGradient &gradient, QWidget *parent, const QString &title)
254{
255 GradientDialog dialog(parent);
256 dialog.setGradient(gradient);
257 dialog.setWindowTitle(title);
258 dialog.exec();
259 return dialog.gradient();
260}
261
262#include "gradientdialog.moc"

Callers

nothing calls this directly

Calls 2

setGradientMethod · 0.80
gradientMethod · 0.80

Tested by

no test coverage detected