summaryrefslogtreecommitdiff
path: root/lslayoutwindow.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-18 19:04:43 +0200
committerTreeki <treeki@gmail.com>2012-08-18 19:04:43 +0200
commit195efe4ebab933bfbba7f7bf06cf4592b865d008 (patch)
tree91faf02e27720c1aa55dffcac9291d3be4caeb89 /lslayoutwindow.h
parentc007cddf71a53b67f3642629d7c31400db5da93a (diff)
downloadLayoutStudio-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.h4
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;