diff options
author | Treeki <treeki@gmail.com> | 2012-08-18 04:29:13 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-08-18 04:29:13 +0200 |
commit | a55b7493b1bd54e9d1231fa18300e0f882700fe3 (patch) | |
tree | ed1e1eb8da7a10b49278e3a0801980d0663ea201 /lspaneeditor.h | |
parent | 56bf2bd3ff73fc3cd86dcb4f4cd1e42016522bea (diff) | |
download | LayoutStudio-a55b7493b1bd54e9d1231fa18300e0f882700fe3.tar.gz LayoutStudio-a55b7493b1bd54e9d1231fa18300e0f882700fe3.zip |
made pane visibility part of the scene graph tree
Diffstat (limited to '')
-rw-r--r-- | lspaneeditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lspaneeditor.h b/lspaneeditor.h index 0c4ddc3..22a7a7d 100644 --- a/lspaneeditor.h +++ b/lspaneeditor.h @@ -36,7 +36,7 @@ private: QDoubleSpinBox *m_width, *m_height; QComboBox *m_horzOrigin, *m_vertOrigin; - QCheckBox *m_widescreen, *m_visible; + QCheckBox *m_widescreen; //, *m_visible; QDoubleSpinBox *m_transX, *m_transY, *m_transZ; QDoubleSpinBox *m_rotX, *m_rotY, *m_rotZ; @@ -57,7 +57,7 @@ private slots: void handleHorzOriginChanged(int value); void handleVertOriginChanged(int value); void handleWidescreenChanged(bool value); - void handleVisibleChanged(bool value); + //void handleVisibleChanged(bool value); void handleTransXChanged(double value); void handleTransYChanged(double value); void handleTransZChanged(double value); |