diff widgets/PluginParameterDialog.cpp @ 64:10bcd53ddc71

* Add icon for playback plugin edit button * Make playback plugins respond to parameter & program changes while their edit dialog is still visible
author Chris Cannam
date Thu, 23 Mar 2006 18:42:17 +0000
parents fb02fe13ff47
children 7f608ec9a061
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.cpp	Thu Mar 23 15:49:41 2006 +0000
+++ b/widgets/PluginParameterDialog.cpp	Thu Mar 23 18:42:17 2006 +0000
@@ -88,6 +88,8 @@
     paramBox->setLayout(paramLayout);
 
     m_parameterBox = new PluginParameterBox(m_plugin);
+    connect(m_parameterBox, SIGNAL(pluginConfigurationChanged(QString)),
+            this,  SIGNAL(pluginConfigurationChanged(QString)));
     paramLayout->addWidget(m_parameterBox);
 
     QHBoxLayout *hbox = new QHBoxLayout;