QA/2d customise symbol color

Let the user define the color used for the symbols on the PfPv
and Scatter plot when framing intervals.
This commit is contained in:
Mark Liversedge
2013-02-24 17:30:58 +00:00
parent 1fe982dc64
commit 90942e0199
4 changed files with 72 additions and 70 deletions

View File

@@ -218,7 +218,7 @@ void ScatterPlot::setData (ScatterSettings *settings)
sym.setPen(GCColor::invert(GColor(CPLOTBACKGROUND)));
sym.setBrush(QBrush(Qt::NoBrush));
QPen p;
p.setColor(Qt::gray);
p.setColor(GColor(CPLOTSYMBOL));
sym.setPen(p);
// wipe away existing