Mercurial > hg > svgui
diff widgets/PluginParameterDialog.h @ 440:08d6bc698d16
* Add more info button to plugin dialog
author | Chris Cannam |
---|---|
date | Tue, 28 Oct 2008 12:39:53 +0000 |
parents | 4a542ba875c2 |
children | f7de84fd10ec |
line wrap: on
line diff
--- a/widgets/PluginParameterDialog.h Fri Oct 24 16:43:59 2008 +0000 +++ b/widgets/PluginParameterDialog.h Tue Oct 28 12:39:53 2008 +0000 @@ -51,6 +51,8 @@ void setOutputLabel(QString output, QString description); + void setMoreInfoUrl(QString url); + void setShowProcessingOptions(bool showWindowSize, bool showFrequencyDomainOptions); @@ -81,6 +83,7 @@ void incrementComboChanged(const QString &); void windowTypeChanged(WindowType type); void advancedToggled(); + void moreInfo(); void setAdvancedVisible(bool); void inputModelComboChanged(int); void selectionOnlyChanged(int); @@ -101,6 +104,9 @@ QLabel *m_outputDescription; QLabel *m_outputSpacer; + QPushButton *m_moreInfo; + QString m_moreInfoUrl; + QGroupBox *m_channelBox; bool m_haveChannelBoxData;