comparison widgets/PropertyBox.cpp @ 240:e006f4a57f86

add labels in plotter widget fix some bugs in the graphical equalizer
author benoitrigolleau
date Tue, 11 Mar 2008 13:53:59 +0000
parents 7ab3e81f52d4
children a9af42a93073
comparison
equal deleted inserted replaced
239:858a1121ebf7 240:e006f4a57f86
572 }*/ 572 }*/
573 573
574 if (!have) { 574 if (!have) {
575 connect(cb, SIGNAL(filterChanged(QVector<float>&)), this, SLOT(propertyControllerChanged(QVector<float>&))); 575 connect(cb, SIGNAL(filterChanged(QVector<float>&)), this, SLOT(propertyControllerChanged(QVector<float>&)));
576 connect(m_container, SIGNAL(signalChanged(float*)), cb, SLOT(setCurve(float*))); 576 connect(m_container, SIGNAL(signalChanged(float*)), cb, SLOT(setCurve(float*)));
577 connect(m_container, SIGNAL(enableDrawCurve(bool)), cb, SLOT(enableDrawCurve(bool)));
577 connect(m_container, SIGNAL(filterChanged(float*)), cb, SLOT(setFilter(float*))); 578 connect(m_container, SIGNAL(filterChanged(float*)), cb, SLOT(setFilter(float*)));
578 connect(m_container, SIGNAL(enableDrawCurve(bool)), cb, SLOT(enableDrawCurve(bool)));
579 connect(cb, SIGNAL(mouseEntered()), this, SLOT(mouseEnteredWidget())); 579 connect(cb, SIGNAL(mouseEntered()), this, SLOT(mouseEnteredWidget()));
580 connect(cb, SIGNAL(mouseLeft()), this, SLOT(mouseLeftWidget())); 580 connect(cb, SIGNAL(mouseLeft()), this, SLOT(mouseLeftWidget()));
581 581
582 if (inGroup) { 582 if (inGroup) {
583 cb->setToolTip(propertyLabel); 583 cb->setToolTip(propertyLabel);