diff options
Diffstat (limited to 'lspaneeditor.h')
-rw-r--r-- | lspaneeditor.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lspaneeditor.h b/lspaneeditor.h index 9aaf942..16f6d1b 100644 --- a/lspaneeditor.h +++ b/lspaneeditor.h @@ -12,6 +12,7 @@ #include <QComboBox> #include <QCheckBox> #include "lyt/pane.h" +class LSTexCoordSetEditor; class LSPaneEditor : public QWidget { Q_OBJECT @@ -52,7 +53,15 @@ private: }; }; + // Picture tab + QWidget *m_pictureTab; + + LSTexCoordSetEditor *m_picTexCoordEditor; + + void createPaneTab(); + void createPictureTab(); + bool m_currentlyLoadingPane; LYTPane *m_pane; |