20 #ifndef THRESHOLDDIALOG_H 21 #define THRESHOLDDIALOG_H 36 explicit ThresholdDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws,
const QString &dataset_key);
40 void on_buttonBox_accepted();
42 void on_comboBox_currentTextChanged(
const QString &arg1);
45 Ui::ThresholdDialog *ui;
46 QSharedPointer<VespucciDataset> dataset_;
47 QSharedPointer<VespucciWorkspace> workspace_;
51 #endif // THRESHOLDDIALOG_H