Mercurial > hg > easaier-soundaccess
comparison widgets/ItemAudioFilterList.cpp @ 79:afcf540ae3a2
add the real time filter stack to manage real time filters and their attributes
author | lbajardsilogic |
---|---|
date | Tue, 19 Jun 2007 15:15:12 +0000 |
parents | a5d941805d45 |
children | 5060939ca69d |
comparison
equal
deleted
inserted
replaced
78:d99441818cd9 | 79:afcf540ae3a2 |
---|---|
23 | 23 |
24 #include <QApplication> | 24 #include <QApplication> |
25 #include <QLabel> | 25 #include <QLabel> |
26 | 26 |
27 | 27 |
28 ItemAudioFilterList::ItemAudioFilterList(QWidget *parent) : GenericItemList(parent){ | 28 ItemAudioFilterList::ItemAudioFilterList(QWidget *parent) : GenericItemList(parent), |
29 m_propertyBox(0), | |
30 m_container(0) | |
31 { | |
29 setAcceptDrops(true); | 32 setAcceptDrops(true); |
30 | 33 |
31 /* Init all variables*/ | 34 /* Init all variables*/ |
32 m_labelIcon = new QLabel; | 35 m_labelIcon = new QLabel; |
33 m_labelName = new QLabel; | 36 m_labelName = new QLabel; |