Mercurial > hg > svgui
diff widgets/PropertyBox.cpp @ 36:c28ebb4ba4de
* Improvements to text layer editing, and implement file I/O for it
* Start some fixes to spectrogram frequency computation
author | Chris Cannam |
---|---|
date | Mon, 20 Feb 2006 17:23:40 +0000 |
parents | 10ba9276a315 |
children | ad214997dddb |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Mon Feb 20 13:33:36 2006 +0000 +++ b/widgets/PropertyBox.cpp Mon Feb 20 17:23:40 2006 +0000 @@ -82,7 +82,9 @@ void PropertyBox::populateViewPlayFrame() { +#ifdef DEBUG_PROPERTY_BOX std::cerr << "PropertyBox(" << m_container << ")::populateViewPlayFrame" << std::endl; +#endif if (m_viewPlayFrame) { delete m_viewPlayFrame; @@ -109,8 +111,10 @@ layout->setMargin(layout->margin() / 2); +#ifdef DEBUG_PROPERTY_BOX std::cerr << "PropertyBox::populateViewPlayFrame: container " << m_container << " (name " << m_container->getPropertyContainerName().toStdString() << ") params " << params << std::endl; - +#endif + if (layer) { QLabel *showLabel = new QLabel(tr("Show")); layout->addWidget(showLabel);