Mercurial > hg > easaier-soundaccess
diff widgets/ItemAudioFilterList.h @ 88:5060939ca69d
enable/disable audio FilterStack
WaitCursor for the search
author | benoitrigolleau |
---|---|
date | Thu, 28 Jun 2007 16:17:36 +0000 |
parents | afcf540ae3a2 |
children | 894b45c9b787 |
line wrap: on
line diff
--- a/widgets/ItemAudioFilterList.h Thu Jun 28 07:06:41 2007 +0000 +++ b/widgets/ItemAudioFilterList.h Thu Jun 28 16:17:36 2007 +0000 @@ -17,6 +17,8 @@ #include "GenericItemList.h" #include "PropertyBox.h" +#include "filter/Filter.h" + #include <QHBoxLayout> #include <QLabel> @@ -24,6 +26,7 @@ #include <QWidget> + class ItemAudioFilterList : public GenericItemList{ Q_OBJECT @@ -42,7 +45,7 @@ QCheckBox *m_checkBoxPlay; QHBoxLayout *m_layoutMain; PropertyBox *m_propertyBox; - PropertyContainer *m_container; + Filter *m_container; private slots : void openPropertyBox();