Mercurial > hg > svgui
comparison view/PaneStack.cpp @ 128:33929e0c3c6b
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 89c625dda204 |
children | 6a0d54f3f21a |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
14 COPYING included with this distribution for more information. | 14 COPYING included with this distribution for more information. |
15 */ | 15 */ |
16 | 16 |
17 #include "PaneStack.h" | 17 #include "PaneStack.h" |
18 | 18 |
19 #include "widgets/Pane.h" | 19 #include "Pane.h" |
20 #include "widgets/PropertyStack.h" | 20 #include "widgets/PropertyStack.h" |
21 #include "base/Layer.h" | 21 #include "layer/Layer.h" |
22 #include "base/ViewManager.h" | 22 #include "ViewManager.h" |
23 | 23 |
24 #include <QApplication> | 24 #include <QApplication> |
25 #include <QHBoxLayout> | 25 #include <QHBoxLayout> |
26 #include <QPainter> | 26 #include <QPainter> |
27 #include <QPalette> | 27 #include <QPalette> |