More Tab / UI fixups

A bit more love for tabs and other minor cosmetic tweaks.

* View now remembers style used (tab, scroll, tile)
* Allow user to re-order tabs
* Google Map border reduced
* Google Map refresh delay (to make UI snappy when resizing)
* Minor calendar cosmetics
* Use utf8 encoding on config files (language support)
This commit is contained in:
Mark Liversedge
2011-06-13 16:12:16 +01:00
parent 55b323572c
commit ed9f851f4b
9 changed files with 66 additions and 17 deletions

View File

@@ -75,6 +75,7 @@ DiaryWindow::DiaryWindow(MainWindow *mainWindow) :
monthlyView->setModel(calendarModel);
monthlyView->horizontalHeader()->setResizeMode(QHeaderView::Stretch);
monthlyView->verticalHeader()->setResizeMode(QHeaderView::Stretch);
monthlyView->verticalHeader()->hide();
monthlyView->viewport()->installEventFilter(this);
monthlyView->setGridStyle(Qt::DotLine);
monthlyView->setFrameStyle(QFrame::NoFrame);