diff widgets/PluginParameterDialog.cpp @ 65:7f608ec9a061

* More structural work on feature extraction plugin C <-> C++ adapter * Allow use of LADSPA/DSSI plugins with control outputs as feature extraction plugins (DSSI with MIDI output still to come) * Reorder labels on spectrogram status box * Minor tweaks in doc etc.
author Chris Cannam
date Mon, 27 Mar 2006 15:03:02 +0000
parents 10bcd53ddc71
children 6dad2724f3aa
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.cpp	Thu Mar 23 18:42:17 2006 +0000
+++ b/widgets/PluginParameterDialog.cpp	Mon Mar 27 15:03:02 2006 +0000
@@ -49,14 +49,14 @@
     nameLabel->setFont(font);
 
     QLabel *makerLabel = new QLabel(plugin->getMaker().c_str());
-    makerLabel->setFont(font);
+//    makerLabel->setFont(font);
 
     QLabel *versionLabel = new QLabel(QString("%1")
                                       .arg(plugin->getPluginVersion()));
-    versionLabel->setFont(font);
+//    versionLabel->setFont(font);
 
     QLabel *copyrightLabel = new QLabel(plugin->getCopyright().c_str());
-    copyrightLabel->setFont(font);
+//    copyrightLabel->setFont(font);
 
     QLabel *typeLabel = new QLabel(plugin->getType().c_str());
     typeLabel->setFont(font);