diff options
author | Treeki <treeki@gmail.com> | 2012-08-15 16:25:15 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-15 16:25:15 +0200 |
commit | 247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9 (patch) | |
tree | 63a8c844f4c4c490cb9a53137352d3a19a74884a /lslayoutwindow.h | |
parent | b3e58ec4a57f1cefe34438943b963f86dbf40b72 (diff) | |
download | LayoutStudio-247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9.tar.gz LayoutStudio-247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9.zip |
the beginnings of a very, very unfinished pane editor
Diffstat (limited to '')
-rw-r--r-- | lslayoutwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lslayoutwindow.h b/lslayoutwindow.h index 7375a7f..07e1b76 100644 --- a/lslayoutwindow.h +++ b/lslayoutwindow.h @@ -11,6 +11,7 @@ #include <QListView> #include "lyt/packagebase.h" #include "lyt/layout.h" +class LSPaneEditor; class LGLWidget; class LSLayoutWindow : public QMainWindow { @@ -43,6 +44,8 @@ private: QTreeView *m_sceneGraph; QListView *m_sceneSearchList; + LSPaneEditor *m_paneEditor; + private slots: void handleWidthChanged(double v); void handleHeightChanged(double v); |