diff main/MainWindow.h @ 239:d936e3d77b95 sv1-v1.2pre3

* line up overview widget nicely with main pane (at least on first startup) * fix #1878396 renaming layer seems to have no visible effect * comment out some debug output
author Chris Cannam
date Wed, 06 Feb 2008 17:40:53 +0000
parents 5544593dd850
children 91426a5e4b53
line wrap: on
line diff
--- a/main/MainWindow.h	Wed Feb 06 16:21:29 2008 +0000
+++ b/main/MainWindow.h	Wed Feb 06 17:40:53 2008 +0000
@@ -121,6 +121,8 @@
 
     virtual void rightButtonMenuRequested(Pane *, QPoint point);
 
+    virtual void propertyStacksResized(int);
+
     virtual void addPane();
     virtual void addLayer();
     virtual void renameCurrentLayer();
@@ -200,6 +202,9 @@
     bool                     m_soloModified;
     bool                     m_prevSolo;
 
+    QFrame                  *m_playControlsSpacer;
+    int                      m_playControlsWidth;
+
     QPointer<PreferencesDialog> m_preferencesDialog;
     QPointer<LayerTreeDialog>   m_layerTreeDialog;