Aesthetic Tweaks

.. tile mode highlights on mouse over for a more
   fluid feel, and better feedback

.. can customise the trend view charts background

.. fixed a SEGV on apply preset in chart setup

.. this is part of a set of updates to update the
   standard setup to be more complete so the user
   can pretty much run off a standard config.
This commit is contained in:
Mark Liversedge
2015-01-23 12:06:03 +00:00
parent 4fcb015976
commit c934e8b4d0
14 changed files with 176 additions and 131 deletions

View File

@@ -346,7 +346,8 @@ HistogramWindow::HistogramWindow(Context *context, bool rangemode) : GcChartWind
void
HistogramWindow::configChanged(qint32 state)
{
setProperty("color", GColor(CPLOTBACKGROUND)); // called on config change
if (!rangemode) setProperty("color", GColor(CPLOTBACKGROUND)); // called on config change
else setProperty("color", GColor(CTRENDPLOTBACKGROUND)); // called on config change
powerHist->configChanged(state);
}