Mercurial > hg > svgui
comparison view/PaneStack.cpp @ 189:5b7472db612b
* Add large chunks of context help in the optional status bar
* Add an extra overlay mode in which even the centre frame is disabled
* Fixes to FTP retrieval
author | Chris Cannam |
---|---|
date | Fri, 19 Jan 2007 13:13:14 +0000 |
parents | 42118892f428 |
children | 53835534a9d3 |
comparison
equal
deleted
inserted
replaced
188:dd573e090eed | 189:5b7472db612b |
---|---|
78 properties = new QFrame(); | 78 properties = new QFrame(); |
79 } else { | 79 } else { |
80 properties = new PropertyStack(frame, pane); | 80 properties = new PropertyStack(frame, pane); |
81 connect(properties, SIGNAL(propertyContainerSelected(View *, PropertyContainer *)), | 81 connect(properties, SIGNAL(propertyContainerSelected(View *, PropertyContainer *)), |
82 this, SLOT(propertyContainerSelected(View *, PropertyContainer *))); | 82 this, SLOT(propertyContainerSelected(View *, PropertyContainer *))); |
83 connect(properties, SIGNAL(contextHelpChanged(const QString &)), | |
84 this, SIGNAL(contextHelpChanged(const QString &))); | |
83 } | 85 } |
84 if (m_layoutStyle == PropertyStackPerPaneLayout) { | 86 if (m_layoutStyle == PropertyStackPerPaneLayout) { |
85 layout->addWidget(properties); | 87 layout->addWidget(properties); |
86 } else { | 88 } else { |
87 properties->setParent(m_propertyStackStack); | 89 properties->setParent(m_propertyStackStack); |