Mercurial > hg > easaier-soundaccess
comparison widgets/ItemAudioFilterList.h @ 223:c413e82a4812
reorganise RealTimeFilter for Equalizer integration
author | lbajardsilogic |
---|---|
date | Mon, 11 Feb 2008 15:17:54 +0000 |
parents | 894b45c9b787 |
children | 3200ed3fc957 |
comparison
equal
deleted
inserted
replaced
222:c9042816f12d | 223:c413e82a4812 |
---|---|
44 QLabel *m_labelIcon; | 44 QLabel *m_labelIcon; |
45 QLabel *m_labelName; | 45 QLabel *m_labelName; |
46 QCheckBox *m_checkBoxPlay; | 46 QCheckBox *m_checkBoxPlay; |
47 QHBoxLayout *m_layoutMain; | 47 QHBoxLayout *m_layoutMain; |
48 PropertyBox *m_propertyBox; | 48 PropertyBox *m_propertyBox; |
49 Filter *m_container; | 49 PropertyContainer *m_container; |
50 | 50 |
51 private slots : | 51 private slots : |
52 void openPropertyBox(); | 52 void openPropertyBox(); |
53 void updateCheckboxs(); | 53 void updateCheckboxs(); |
54 | 54 |