Mercurial > hg > easaier-soundaccess
comparison widgets/RealTimeFilterPropertyStack.cpp @ 206:fa034c6ae8bf
resolve updateContextHelp for property boxes
author | lbajardsilogic |
---|---|
date | Thu, 31 Jan 2008 10:08:45 +0000 |
parents | 74d1b3bda5a3 |
children | c413e82a4812 |
comparison
equal
deleted
inserted
replaced
205:00cf9a7faa4d | 206:fa034c6ae8bf |
---|---|
25 PropertyBox *box = new PropertyBox(filter); | 25 PropertyBox *box = new PropertyBox(filter); |
26 | 26 |
27 connect(filter, SIGNAL(propertiesChanged(PropertyContainer *)), | 27 connect(filter, SIGNAL(propertiesChanged(PropertyContainer *)), |
28 box, SLOT(propertyContainerPropertyChanged(PropertyContainer *))); | 28 box, SLOT(propertyContainerPropertyChanged(PropertyContainer *))); |
29 | 29 |
30 connect(box, SIGNAL(contextHelpChanged(const QString &)), | |
31 this, SIGNAL(contextHelpChanged(const QString &))); | |
32 | |
30 ItemAudioFilterList *itAudio = new ItemAudioFilterList; | 33 ItemAudioFilterList *itAudio = new ItemAudioFilterList; |
31 QString name(filter->objectName()); | 34 QString name(filter->objectName()); |
32 itAudio->setName(name); | 35 itAudio->setName(name); |
33 itAudio->setToolTip(filter->objectName()); | 36 itAudio->setToolTip(filter->objectName()); |
34 QString iconName(":icons/easaier.png"); | 37 QString iconName(":icons/easaier.png"); |