Simplify and Clean UI

Less jarring UI with simple use of color and
no pixmaps to make a clean look. Will need
more work to get consistent across the code
base.

A simple and clean UI is starting to emerge.
This commit is contained in:
Mark Liversedge
2011-06-01 21:46:31 +01:00
parent 4ab96e16d1
commit 56bcc67a0a
8 changed files with 36 additions and 15 deletions

View File

@@ -276,7 +276,8 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
fullPlot->setInstanceName("fullPlot");
fullPlot->grid->enableY(false);
QPalette def;
fullPlot->setCanvasBackground(def.color(QPalette::Window));
//fullPlot->setCanvasBackground(def.color(QPalette::Window));
fullPlot->setCanvasBackground(Qt::white);
fullPlot->setCanvasLineWidth(0);
fullPlot->enableAxis(QwtPlot::yLeft, false);
fullPlot->enableAxis(QwtPlot::yLeft2, false);