From 247a25c8ecaa8e6496ea1f35c0c7d4eb1154a0a9 Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 15 Aug 2012 16:25:15 +0200 Subject: the beginnings of a very, very unfinished pane editor --- lslayoutwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lslayoutwindow.h') diff --git a/lslayoutwindow.h b/lslayoutwindow.h index 7375a7f..07e1b76 100644 --- a/lslayoutwindow.h +++ b/lslayoutwindow.h @@ -11,6 +11,7 @@ #include #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); -- cgit v1.2.3