Realtime honours color settings

Updated the realtime plots and dials to use the colour
settings from the ride plot. So if you prefer plots of
light colours on dark backgrounds you can do this now.

The use of colour on the telemetry values makes it easier
to distinguish which value related to power et al .. especially
when you're pushing out that last max power interval.
This commit is contained in:
Mark Liversedge
2011-10-22 16:53:51 +01:00
parent e252922473
commit baecd71eea
8 changed files with 93 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ GcWindow(parent), home(home), main(parent)
{
setControls(NULL);
setInstanceName("Video Window");
setProperty("color", Qt::black);
QHBoxLayout *layout = new QHBoxLayout();
setLayout(layout);