From 18efce00580c8e9d15c8bebbf00eca1ff2e5e971 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 17 Aug 2012 21:06:20 +0200 Subject: added the Pane tab layout, still got to make it work... --- lspaneeditor.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'lspaneeditor.h') diff --git a/lspaneeditor.h b/lspaneeditor.h index 92233cc..4955a72 100644 --- a/lspaneeditor.h +++ b/lspaneeditor.h @@ -7,6 +7,10 @@ #include #include #include +#include +#include +#include +#include class LSPaneEditor : public QWidget { Q_OBJECT @@ -20,6 +24,24 @@ private: QToolButton *m_addChildButton; QMenu *m_addChildMenu; QToolButton *m_removeButton; + + + // Main pane tab + QWidget *m_paneTab; + + QLineEdit *m_nameEntry, *m_userDataEntry; + QSpinBox *m_alpha; + QCheckBox *m_influencedAlpha; + + QDoubleSpinBox *m_width, *m_height; + QComboBox *m_horzOrigin, *m_vertOrigin; + QCheckBox *m_widescreen, *m_visible; + + QDoubleSpinBox *m_transX, *m_transY, *m_transZ; + QDoubleSpinBox *m_rotX, *m_rotY, *m_rotZ; + QDoubleSpinBox *m_scaleX, *m_scaleY; + + void createPaneTab(); signals: -- cgit v1.2.3