Mercurial > hg > svgui
comparison widgets/PluginParameterDialog.cpp @ 122:71992cee2ece
* Finish preferences dialog (as far as it's going at the moment) and connect it up
* Fix Parzen window shape (was triangular!)
* Various fixes to spectrogram draw coordinates in smoothing mode etc
* Draw C keys in grey on the piano
author | Chris Cannam |
---|---|
date | Fri, 21 Jul 2006 16:03:42 +0000 |
parents | 551d7ae05526 |
children | b9235b62fe31 |
comparison
equal
deleted
inserted
replaced
121:7363cacf7de0 | 122:71992cee2ece |
---|---|
36 QDialog(parent), | 36 QDialog(parent), |
37 m_plugin(plugin), | 37 m_plugin(plugin), |
38 m_channel(defaultChannel), | 38 m_channel(defaultChannel), |
39 m_parameterBox(0) | 39 m_parameterBox(0) |
40 { | 40 { |
41 setWindowTitle(tr("Plugin Parameters")); | |
42 | |
41 QGridLayout *grid = new QGridLayout; | 43 QGridLayout *grid = new QGridLayout; |
42 setLayout(grid); | 44 setLayout(grid); |
43 | 45 |
44 QGroupBox *pluginBox = new QGroupBox; | 46 QGroupBox *pluginBox = new QGroupBox; |
45 pluginBox->setTitle(tr("Plugin")); | 47 pluginBox->setTitle(tr("Plugin")); |