1 #ifndef FOURIERTRANSFORMDIALOG_H 2 #define FOURIERTRANSFORMDIALOG_H 15 explicit FourierTransformDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws,
const QString &dataset_key);
19 void on_typeComboBox_currentIndexChanged(
const QString &arg1);
21 void on_weightsComboBox_currentIndexChanged(
const QString &arg1);
23 void on_previewPushButton_clicked();
25 void on_powerSpinBox_valueChanged(
int arg1);
27 void on_weightsPushButton_clicked();
29 void on_buttonBox_accepted();
32 Ui::FourierTransformDialog *ui;
34 QSharedPointer<VespucciDataset> dataset_;
35 QSharedPointer<VespucciWorkspace> workspace_;
39 #endif // FOURIERTRANSFORMDIALOG_H