Mercurial > hg > svgui
diff widgets/PropertyBox.cpp @ 107:bf196d6e8998
* Separate out window and FFT size variables. Not necessarily correct
for frequency estimation code.
author | Chris Cannam |
---|---|
date | Mon, 19 Jun 2006 16:14:16 +0000 |
parents | 0db5e7492ce8 |
children | 4772fc75ac7c |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Mon Jun 19 16:02:41 2006 +0000 +++ b/widgets/PropertyBox.cpp Mon Jun 19 16:14:16 2006 +0000 @@ -54,9 +54,13 @@ m_mainBox = new QVBoxLayout; setLayout(m_mainBox); +// m_nameWidget = new QLabel; +// m_mainBox->addWidget(m_nameWidget); +// m_nameWidget->setText(container->objectName()); + m_mainWidget = new QWidget; m_mainBox->addWidget(m_mainWidget); - m_mainBox->insertStretch(1, 10); + m_mainBox->insertStretch(2, 10); m_viewPlayFrame = 0; populateViewPlayFrame();