Mercurial > hg > svgui
diff widgets/PluginParameterDialog.h @ 456:035d62c4cddf
* Permit viewing (though not editing) colour 3d plot layer data in
the spreadsheet data viewer dialog
* Add somewhat simplistic RDF export for layers
* Fix display of peak frequencies in spectrum layer
* Fix (I hope) sizing of plugin parameter dialog
author | Chris Cannam |
---|---|
date | Tue, 02 Dec 2008 17:17:25 +0000 |
parents | f7de84fd10ec |
children | e4773943c9c1 |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h Mon Dec 01 16:45:17 2008 +0000 +++ b/widgets/PluginParameterDialog.h Tue Dec 02 17:17:25 2008 +0000 @@ -74,6 +74,8 @@ void getProcessingParameters(size_t &stepSize, size_t &blockSize, WindowType &windowType) const; + int exec(); + signals: void pluginConfigurationChanged(QString); void inputModelChanged(QString);