Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
439:681542f0c8c5 | 440:08d6bc698d16 |
---|---|
49 int targetChannels, | 49 int targetChannels, |
50 int defaultChannel); | 50 int defaultChannel); |
51 | 51 |
52 void setOutputLabel(QString output, QString description); | 52 void setOutputLabel(QString output, QString description); |
53 | 53 |
54 void setMoreInfoUrl(QString url); | |
55 | |
54 void setShowProcessingOptions(bool showWindowSize, | 56 void setShowProcessingOptions(bool showWindowSize, |
55 bool showFrequencyDomainOptions); | 57 bool showFrequencyDomainOptions); |
56 | 58 |
57 void setCandidateInputModels(const QStringList &names, | 59 void setCandidateInputModels(const QStringList &names, |
58 QString defaultName); | 60 QString defaultName); |
79 void channelComboChanged(int); | 81 void channelComboChanged(int); |
80 void blockSizeComboChanged(const QString &); | 82 void blockSizeComboChanged(const QString &); |
81 void incrementComboChanged(const QString &); | 83 void incrementComboChanged(const QString &); |
82 void windowTypeChanged(WindowType type); | 84 void windowTypeChanged(WindowType type); |
83 void advancedToggled(); | 85 void advancedToggled(); |
86 void moreInfo(); | |
84 void setAdvancedVisible(bool); | 87 void setAdvancedVisible(bool); |
85 void inputModelComboChanged(int); | 88 void inputModelComboChanged(int); |
86 void selectionOnlyChanged(int); | 89 void selectionOnlyChanged(int); |
87 void dialogAccepted(); | 90 void dialogAccepted(); |
88 | 91 |
98 | 101 |
99 QLabel *m_outputLabel; | 102 QLabel *m_outputLabel; |
100 QLabel *m_outputValue; | 103 QLabel *m_outputValue; |
101 QLabel *m_outputDescription; | 104 QLabel *m_outputDescription; |
102 QLabel *m_outputSpacer; | 105 QLabel *m_outputSpacer; |
106 | |
107 QPushButton *m_moreInfo; | |
108 QString m_moreInfoUrl; | |
103 | 109 |
104 QGroupBox *m_channelBox; | 110 QGroupBox *m_channelBox; |
105 bool m_haveChannelBoxData; | 111 bool m_haveChannelBoxData; |
106 | 112 |
107 QGroupBox *m_windowBox; | 113 QGroupBox *m_windowBox; |