20 #ifndef DATASETIMPORTDIALOG_H 21 #define DATASETIMPORTDIALOG_H 41 void FilenameChanged(QString new_filename);
43 void on_browseButton_clicked();
45 void on_buttonBox_accepted();
47 void on_buttonBox_rejected();
49 void on_filenameLineEdit_textChanged(
const QString &arg1);
52 Ui::DatasetImportDialog *ui;
56 QSharedPointer<VespucciWorkspace> workspace_;
64 #endif // DATASETIMPORTDIALOG_H
The DatasetImportDialog class Dialog that allows the user to import files into the program...