Mercurial > hg > svgui
diff widgets/PluginParameterDialog.h @ 140:b9235b62fe31
* add window size/increment/shape settings to plugin parameter dialog, though
they aren't yet connected up
author | Chris Cannam |
---|---|
date | Mon, 11 Sep 2006 16:40:18 +0000 |
parents | 551d7ae05526 |
children | bcb6d71be63c |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h Mon Sep 11 15:32:49 2006 +0000 +++ b/widgets/PluginParameterDialog.h Mon Sep 11 16:40:18 2006 +0000 @@ -39,6 +39,8 @@ int targetChannels, int defaultChannel, QString output = "", + bool showWindowSize = false, + bool showFrequencyDomainOptions = false, QWidget *parent = 0); ~PluginParameterDialog();