Mercurial > hg > svgui
comparison widgets/PluginParameterBox.cpp @ 78:967193b6c7aa
* Add BZipFileDevice to handle bzip2 compress/uncompress without all that
ugly code in MainWindow.cpp
* Remove all that ugly code in MainWindow.cpp and replace with uses of
BZipFileDevice
* Fix layer import/export for SV XML layers
* and a few other minor fixes
author | Chris Cannam |
---|---|
date | Wed, 12 Apr 2006 09:59:40 +0000 |
parents | 195ad6178ef8 |
children | 5064eeb1c76f |
comparison
equal
deleted
inserted
replaced
77:fd348f36c0d3 | 78:967193b6c7aa |
---|---|
26 #include <QLayout> | 26 #include <QLayout> |
27 #include <QLabel> | 27 #include <QLabel> |
28 | 28 |
29 #include <iostream> | 29 #include <iostream> |
30 #include <string> | 30 #include <string> |
31 | |
32 #include <cmath> | |
31 | 33 |
32 PluginParameterBox::PluginParameterBox(Vamp::PluginBase *plugin, QWidget *parent) : | 34 PluginParameterBox::PluginParameterBox(Vamp::PluginBase *plugin, QWidget *parent) : |
33 QFrame(parent), | 35 QFrame(parent), |
34 m_plugin(plugin) | 36 m_plugin(plugin) |
35 { | 37 { |