comparison 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
comparison
equal deleted inserted replaced
106:551d7ae05526 107:bf196d6e8998
52 #endif 52 #endif
53 53
54 m_mainBox = new QVBoxLayout; 54 m_mainBox = new QVBoxLayout;
55 setLayout(m_mainBox); 55 setLayout(m_mainBox);
56 56
57 // m_nameWidget = new QLabel;
58 // m_mainBox->addWidget(m_nameWidget);
59 // m_nameWidget->setText(container->objectName());
60
57 m_mainWidget = new QWidget; 61 m_mainWidget = new QWidget;
58 m_mainBox->addWidget(m_mainWidget); 62 m_mainBox->addWidget(m_mainWidget);
59 m_mainBox->insertStretch(1, 10); 63 m_mainBox->insertStretch(2, 10);
60 64
61 m_viewPlayFrame = 0; 65 m_viewPlayFrame = 0;
62 populateViewPlayFrame(); 66 populateViewPlayFrame();
63 67
64 m_layout = new QGridLayout; 68 m_layout = new QGridLayout;