Vespucci  1.0.0
fouriertransformdialog.h
Go to the documentation of this file.
1 #ifndef FOURIERTRANSFORMDIALOG_H
2 #define FOURIERTRANSFORMDIALOG_H
3 
4 #include <QDialog>
6 namespace Ui {
8 }
9 
10 class FourierTransformDialog : public QDialog
11 {
12  Q_OBJECT
13 
14 public:
15  explicit FourierTransformDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws, const QString &dataset_key);
17 
18 private slots:
19  void on_typeComboBox_currentIndexChanged(const QString &arg1);
20 
21  void on_weightsComboBox_currentIndexChanged(const QString &arg1);
22 
23  void on_previewPushButton_clicked();
24 
25  void on_powerSpinBox_valueChanged(int arg1);
26 
27  void on_weightsPushButton_clicked();
28 
29  void on_buttonBox_accepted();
30 
31 private:
32  Ui::FourierTransformDialog *ui;
33 
34  QSharedPointer<VespucciDataset> dataset_;
35  QSharedPointer<VespucciWorkspace> workspace_;
36 
37 };
38 
39 #endif // FOURIERTRANSFORMDIALOG_H
Definition: ahcadialog.h:26