]> git.lyx.org Git - features.git/commit
Add tab support
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 31 Oct 2006 14:12:46 +0000 (14:12 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 31 Oct 2006 14:12:46 +0000 (14:12 +0000)
commit8669b0087e710b72e46573afb3cc46c1d7707e91
tree33f519d0ae7372d80af8053cd492995a4ee3abf3
parentb15b581f57571c7241eb72b493e560d7af3789d9
Add tab support

frontends/LyXView.h
- add tab update function

frontends/qt4/GuiView.h
- add tab update function
- add function for setting up the tabs
- add slot for the tab clicks
- add pimpl

frontends/qt4/GuiImplementation.C
- don't set the buffer as central widget
  but initilize the tabs

frontends/qt4/GuiView.C
- use QTabBar for switching
- scan the bufferlist on updates

frontends/LyXView.C
- also update the tabs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15637 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/qt4/GuiImplementation.C
src/frontends/qt4/GuiView.C
src/frontends/qt4/GuiView.h