Mercurial > hg > svgui
diff widgets/PropertyBox.h @ 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 | dd932fe5f3ff |
line wrap: on
line diff
--- a/widgets/PropertyBox.h Mon Jun 19 16:02:41 2006 +0000 +++ b/widgets/PropertyBox.h Mon Jun 19 16:14:16 2006 +0000 @@ -25,6 +25,7 @@ class QWidget; class QGridLayout; class QVBoxLayout; +class QLabel; class PropertyBox : public QFrame { @@ -64,6 +65,7 @@ protected: void updatePropertyEditor(PropertyContainer::PropertyName); + QLabel *m_nameWidget; QWidget *m_mainWidget; QGridLayout *m_layout; PropertyContainer *m_container;