UI Nits: Add Brief Summary on Calendar Sidebar

To show aggregated summary of effort for the time period. This
is part of a collection of updates to address iritations or
nits in the v3 UI.
This commit is contained in:
Mark Liversedge
2012-11-12 13:21:53 +00:00
parent 564e42a136
commit 557bf01018
4 changed files with 297 additions and 22 deletions

View File

@@ -145,10 +145,12 @@ MainWindow::MainWindow(const QDir &home) :
GCColor *GCColorSet = new GCColor(this); // get/keep colorset
GCColorSet->colorSet(); // shut up the compiler
#if 0
setStyleSheet("QFrame { FrameStyle = QFrame::NoFrame };"
"QWidget { background = Qt::white; border:0 px; margin: 0px; };"
"QTabWidget { background = Qt::white; };"
"::pane { FrameStyle = QFrame::NoFrame; border: 0px; };");
#endif
QVariant unit = appsettings->value(this, GC_UNIT);
useMetricUnits = (unit.toString() == "Metric");
@@ -518,7 +520,7 @@ MainWindow::MainWindow(const QDir &home) :
// RIGHT SIDEBAR
gcCalendar = new GcCalendar(this);
//gcCalendar->setStyleSheet("background: #B3B4BA;");
gcCalendar->setStyleSheet("background: white;");
//gcCalendar->setStyleSheet("background: white;");
// TOOLBOX
toolBox = new QToolBox(this);