diff widgets/PropertyBox.cpp @ 163:dd6dd983e8ef

* Tidy up plugin parameter dialog by switching it to a simple constructor with separate methods for passing in the additional options if necessary * Fix sizing problem on advanced pane toggle in plugin parameter dialog * Make a start on passing in list of candidate input models for transform
author Chris Cannam
date Wed, 11 Oct 2006 16:18:51 +0000
parents 33929e0c3c6b
children 53b9c7656798
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp	Tue Oct 10 19:04:57 2006 +0000
+++ b/widgets/PropertyBox.cpp	Wed Oct 11 16:18:51 2006 +0000
@@ -543,7 +543,7 @@
 
     PluginXml(instance).setParametersFromXml(configurationXml);
 
-    PluginParameterDialog *dialog = new PluginParameterDialog(instance, -1, -1, -1);
+    PluginParameterDialog *dialog = new PluginParameterDialog(instance);
     connect(dialog, SIGNAL(pluginConfigurationChanged(QString)),
             this, SLOT(pluginConfigurationChanged(QString)));