diff view/PaneStack.h @ 235:efadb9d2b2c6

* Experiment with sizing the property stacks and using a frame on the overview widget with an eye to making the default empty window look a bit nicer
author Chris Cannam
date Mon, 16 Apr 2007 12:20:27 +0000
parents 53835534a9d3
children 1a49bd0d8375
line wrap: on
line diff
--- a/view/PaneStack.h	Mon Apr 02 12:12:36 2007 +0000
+++ b/view/PaneStack.h	Mon Apr 16 12:20:27 2007 +0000
@@ -63,6 +63,8 @@
     LayoutStyle getLayoutStyle() const { return m_layoutStyle; }
     void setLayoutStyle(LayoutStyle style);
 
+    void setPropertyStackMinWidth(int mw);
+
 signals:
     void currentPaneChanged(Pane *pane);
     void currentLayerChanged(Pane *pane, Layer *layer);
@@ -97,6 +99,7 @@
     QStackedWidget *m_propertyStackStack;
 
     ViewManager *m_viewManager; // I don't own this
+    int m_propertyStackMinWidth;
     void sizePropertyStacks();
 
     LayoutStyle m_layoutStyle;