implemented 'tab container' widget, which groups daynavigator with treeview
authorpavelpa <pavelpa@localhost>
Tue, 26 Jan 2010 19:17:47 +0000 (19:17 +0000)
committerpavelpa <pavelpa@localhost>
Tue, 26 Jan 2010 19:17:47 +0000 (19:17 +0000)
commit05afe5fb1267dff4b5ebbcc8c4c89571ebb08a73
tree5e38a047333e14bb9588412dd00e9f31cb7cdc75
parent61ff1b87e2921d382e2b846ccf3d7f3cef16726c
implemented 'tab container' widget, which groups daynavigator with treeview
  - moved functionality from mainwindow to tabcontainer
  - TODO: 'search' tab not done yet
src/app/app.pro
src/app/main.cpp
src/gui/gui.pro
src/gui/mainwindow.cpp
src/gui/mainwindow.h
src/gui/mainwindow.ui
src/gui/tabcontainer.cpp [new file with mode: 0644]
src/gui/tabcontainer.h [new file with mode: 0644]
src/gui/tabcontainer.ui [new file with mode: 0644]
src/sql/sqlengine.h