diff widgets/PropertyBox.h @ 185:dd932fe5f3ff

* Fix failure to reload play mute state correctly from session file * Ensure Show and Play buttons in layer property box are initialised with the correct state
author Chris Cannam
date Fri, 05 Jan 2007 14:46:45 +0000
parents bf196d6e8998
children 5b7472db612b
line wrap: on
line diff
--- a/widgets/PropertyBox.h	Wed Dec 13 15:53:23 2006 +0000
+++ b/widgets/PropertyBox.h	Fri Jan 05 14:46:45 2007 +0000
@@ -26,6 +26,7 @@
 class QGridLayout;
 class QVBoxLayout;
 class QLabel;
+class LEDButton;
 
 class PropertyBox : public QFrame
 {
@@ -47,6 +48,7 @@
 public slots:
     void propertyContainerPropertyChanged(PropertyContainer *);
     void pluginConfigurationChanged(QString);
+    void layerVisibilityChanged(bool);
 
 protected slots:
     void propertyControllerChanged(int);
@@ -71,6 +73,7 @@
     PropertyContainer *m_container;
     QFrame *m_viewPlayFrame;
     QVBoxLayout *m_mainBox;
+    LEDButton *m_showButton;
     std::map<QString, QLayout *> m_groupLayouts;
     std::map<QString, QWidget *> m_propertyControllers;
 };