40 explicit CropDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws,
const QString &dataset_key);
44 void on_buttonBox_accepted();
46 void on_buttonBox_rejected();
51 QSharedPointer<VespucciWorkspace> workspace_;
52 QSharedPointer<VespucciDataset> dataset_;
55 #endif // CROPDIALOG_H
The CropDialog class A dialog that allows the user to "Crop" the dataset (delete all spectra that are...