diff widgets/PluginParameterDialog.h @ 208:8495187c13ce

* Further fixes for Vamp API change, and update to support API versioning * Add plugin, output and parameter descriptions to GUI * Avoid squished panner in heads-up-display on pane when time-value or note layer is on top
author Chris Cannam
date Tue, 27 Feb 2007 12:51:38 +0000
parents 42118892f428
children 919740b20cc9
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h	Mon Feb 26 20:08:51 2007 +0000
+++ b/widgets/PluginParameterDialog.h	Tue Feb 27 12:51:38 2007 +0000
@@ -48,7 +48,7 @@
                                int targetChannels,
                                int defaultChannel);
 
-    void setOutputLabel(QString output);
+    void setOutputLabel(QString output, QString description);
 
     void setShowProcessingOptions(bool showWindowSize,
                                   bool showFrequencyDomainOptions);
@@ -91,6 +91,8 @@
 
     QLabel *m_outputLabel;
     QLabel *m_outputValue;
+    QLabel *m_outputDescription;
+    QLabel *m_outputSpacer;
 
     QGroupBox *m_channelBox;
     bool m_haveChannelBoxData;