diff options
author | Treeki <treeki@gmail.com> | 2012-08-18 19:04:43 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-18 19:04:43 +0200 |
commit | 195efe4ebab933bfbba7f7bf06cf4592b865d008 (patch) | |
tree | 91faf02e27720c1aa55dffcac9291d3be4caeb89 /lslayoutwindow.h | |
parent | c007cddf71a53b67f3642629d7c31400db5da93a (diff) | |
download | LayoutStudio-195efe4ebab933bfbba7f7bf06cf4592b865d008.tar.gz LayoutStudio-195efe4ebab933bfbba7f7bf06cf4592b865d008.zip |
blah, an attempt to sort out the weird resizing of the scene tree
Diffstat (limited to 'lslayoutwindow.h')
-rw-r--r-- | lslayoutwindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lslayoutwindow.h b/lslayoutwindow.h index a626b25..b2c4385 100644 --- a/lslayoutwindow.h +++ b/lslayoutwindow.h @@ -9,6 +9,7 @@ #include <QPushButton> #include <QLineEdit> #include <QListView> +#include <QSplitter> #include "lyt/packagebase.h" #include "lyt/layout.h" class LSPaneEditor; @@ -38,12 +39,15 @@ private: QDoubleSpinBox *m_widthBox, *m_heightBox; // scene graph + QSplitter *m_sceneSplitter; + QStackedLayout *m_sceneListSwitcher; QLineEdit *m_searchBox; QPushButton *m_clearSearchButton; QTreeView *m_sceneGraph; QListView *m_sceneSearchList; + QStackedLayout *m_paneEditorSwitcher; LSPaneEditor *m_paneEditor; bool m_loadingSettings; |