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 f39c3361c8
commit cb3f752fa7
8 changed files with 36 additions and 15 deletions

View File

@@ -79,7 +79,8 @@ HomeWindow::HomeWindow(MainWindow *mainWindow, QString name, QString windowtitle
layout->addWidget(style);
QPalette palette;
palette.setBrush(backgroundRole(), QBrush(QImage(":/images/carbon.jpg")));
//palette.setBrush(backgroundRole(), QBrush(QImage(":/images/carbon.jpg")));
palette.setBrush(backgroundRole(), QColor("#A8A8A8"));
// each style has its own container widget
tabbed = new QTabWidget(this);